HSL(138, 6%, 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(138,6%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(138, 6%, 75%) | color: hsl(138, 6%, 75%) | |
| HEX | #BBC3BE | color: #BBC3BE | |
| RGB | rgb(187, 195, 190) | color: rgb(187, 195, 190) | |
| CMYK | cmyk(4%, 0%, 3%, 24%) | — | |
| HSV | hsv(143, 4%, 76%) | — | |
| HWB | hwb(143 73% 24%) | color: hwb(143 73% 24%) | |
| OKLCH | oklch(0.8095 0.0112 158.79) | color: oklch(0.8095 0.0112 158.79) | |
| Lab | lab(78.06 -3.69 1.55) | color: lab(78.06 -3.69 1.55) | |
| LCH | lch(78.06 4 157.21) | color: lch(78.06 4 157.21) |
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)
#BEBFBF — rgb(190, 191, 191)
Deuteranopia (Green-blind)
#BEBDC0 — rgb(190, 189, 192)
Tritanopia (Blue-blind)
#BBC0C0 — rgb(187, 192, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(138, 6%, 75%);
text
color: hsl(138, 6%, 75%);
border
border: 2px solid hsl(138, 6%, 75%);
gradient light
background: linear-gradient(to right, hsl(138, 6%, 95%), hsl(138, 6%, 75%));
gradient dark
background: linear-gradient(to right, hsl(138, 6%, 75%), hsl(138, 6%, 55%))
hex
background-color: #BBC3BE;
tailwind
bg-[hsl(138,6%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(138, 6%, 75%, 0.4);
css variable
--color-primary: hsl(138, 6%, 75%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(138, 6%, 75%)?
HEX: #BBC3BE | RGB: rgb(187, 195, 190) | CMYK: 4%, 0%, 3%, 24% | HSV: 143°, 4%, 76%. Copy any format from the conversion table above.
What colors go well with #BBC3BE?
The complementary color is HSL(318, 6%, 75%). For a triadic harmony, use hues 138°, 258°, and 18°. For analogous combinations, try hues 108° and 168°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(138, 6%, 75%) in CSS?
As HSL: color: hsl(138, 6%, 75%); — As HEX: color: #BBC3BE; — As RGB: color: rgb(187, 195, 190); — Tailwind CSS: bg-[hsl(138,6%,75%)] — CSS variable: --color-primary: hsl(138, 6%, 75%);