HSL(101, 7%, 75%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(101,7%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(101, 7%, 75%) | color: hsl(101, 7%, 75%) | |
| HEX | #BEC4BB | color: #BEC4BB | |
| RGB | rgb(190, 196, 187) | color: rgb(190, 196, 187) | |
| CMYK | cmyk(3%, 0%, 5%, 23%) | — | |
| HSV | hsv(100, 5%, 77%) | — | |
| HWB | hwb(100 73% 23%) | color: hwb(100 73% 23%) | |
| OKLCH | oklch(0.813 0.0141 134.91) | color: oklch(0.813 0.0141 134.91) | |
| Lab | lab(78.47 -3.73 3.79) | color: lab(78.47 -3.73 3.79) | |
| LCH | lch(78.47 5.32 134.54) | color: lch(78.47 5.32 134.54) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#C1C1BD — rgb(193, 193, 189)
Deuteranopia (Green-blind)
#C0C0BE — rgb(192, 192, 190)
Tritanopia (Blue-blind)
#BEBFBF — rgb(190, 191, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(101, 7%, 75%);
text
color: hsl(101, 7%, 75%);
border
border: 2px solid hsl(101, 7%, 75%);
gradient light
background: linear-gradient(to right, hsl(101, 7%, 95%), hsl(101, 7%, 75%));
gradient dark
background: linear-gradient(to right, hsl(101, 7%, 75%), hsl(101, 7%, 55%))
hex
background-color: #BEC4BB;
tailwind
bg-[hsl(101,7%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(101, 7%, 75%, 0.4);
css variable
--color-primary: hsl(101, 7%, 75%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(101, 7%, 75%)?
HEX: #BEC4BB | RGB: rgb(190, 196, 187) | CMYK: 3%, 0%, 5%, 23% | HSV: 100°, 5%, 77%. Copy any format from the conversion table above.
What colors go well with #BEC4BB?
The complementary color is HSL(281, 7%, 75%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(101, 7%, 75%) in CSS?
As HSL: color: hsl(101, 7%, 75%); — As HEX: color: #BEC4BB; — As RGB: color: rgb(190, 196, 187); — Tailwind CSS: bg-[hsl(101,7%,75%)] — CSS variable: --color-primary: hsl(101, 7%, 75%);