HSL(86, 8%, 73%)
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(86,8%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(86, 8%, 73%) | color: hsl(86, 8%, 73%) | |
| HEX | #BBC0B5 | color: #BBC0B5 | |
| RGB | rgb(187, 192, 181) | color: rgb(187, 192, 181) | |
| CMYK | cmyk(3%, 0%, 6%, 25%) | — | |
| HSV | hsv(87, 6%, 75%) | — | |
| HWB | hwb(87 71% 25%) | color: hwb(87 71% 25%) | |
| OKLCH | oklch(0.8007 0.0162 126.87) | color: oklch(0.8007 0.0162 126.87) | |
| Lab | lab(77.04 -3.75 4.94) | color: lab(77.04 -3.75 4.94) | |
| LCH | lch(77.04 6.2 127.2) | color: lch(77.04 6.2 127.2) |
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)
#BDBDB8 — rgb(189, 189, 184)
Deuteranopia (Green-blind)
#BDBDB8 — rgb(189, 189, 184)
Tritanopia (Blue-blind)
#BBBABA — rgb(187, 186, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(86, 8%, 73%);
text
color: hsl(86, 8%, 73%);
border
border: 2px solid hsl(86, 8%, 73%);
gradient light
background: linear-gradient(to right, hsl(86, 8%, 93%), hsl(86, 8%, 73%));
gradient dark
background: linear-gradient(to right, hsl(86, 8%, 73%), hsl(86, 8%, 53%))
hex
background-color: #BBC0B5;
tailwind
bg-[hsl(86,8%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(86, 8%, 73%, 0.4);
css variable
--color-primary: hsl(86, 8%, 73%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(86, 8%, 73%)?
HEX: #BBC0B5 | RGB: rgb(187, 192, 181) | CMYK: 3%, 0%, 6%, 25% | HSV: 87°, 6%, 75%. Copy any format from the conversion table above.
What colors go well with #BBC0B5?
The complementary color is HSL(266, 8%, 73%). For a triadic harmony, use hues 86°, 206°, and 326°. For analogous combinations, try hues 56° and 116°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(86, 8%, 73%) in CSS?
As HSL: color: hsl(86, 8%, 73%); — As HEX: color: #BBC0B5; — As RGB: color: rgb(187, 192, 181); — Tailwind CSS: bg-[hsl(86,8%,73%)] — CSS variable: --color-primary: hsl(86, 8%, 73%);