HSL(133, 10%, 76%)
Grayish Green — Green color
Adjust Color
Color Information
Color Name
Grayish Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(133,10%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(133, 10%, 76%) | color: hsl(133, 10%, 76%) | |
| HEX | #BCC8BE | color: #BCC8BE | |
| RGB | rgb(188, 200, 190) | color: rgb(188, 200, 190) | |
| CMYK | cmyk(6%, 0%, 5%, 22%) | — | |
| HSV | hsv(130, 6%, 78%) | — | |
| HWB | hwb(130 73% 22%) | color: hwb(130 73% 22%) | |
| OKLCH | oklch(0.8207 0.019 150.5) | color: oklch(0.8207 0.019 150.5) | |
| Lab | lab(79.45 -5.97 3.58) | color: lab(79.45 -5.97 3.58) | |
| LCH | lch(79.45 6.96 149.05) | color: lch(79.45 6.96 149.05) |
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)
#C1C1C0 — rgb(193, 193, 192)
Deuteranopia (Green-blind)
#C1C0C1 — rgb(193, 192, 193)
Tritanopia (Blue-blind)
#BDC2C3 — rgb(189, 194, 195)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(133, 10%, 76%);
text
color: hsl(133, 10%, 76%);
border
border: 2px solid hsl(133, 10%, 76%);
gradient light
background: linear-gradient(to right, hsl(133, 10%, 96%), hsl(133, 10%, 76%));
gradient dark
background: linear-gradient(to right, hsl(133, 10%, 76%), hsl(133, 10%, 56%))
hex
background-color: #BCC8BE;
tailwind
bg-[hsl(133,10%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(133, 10%, 76%, 0.4);
css variable
--color-primary: hsl(133, 10%, 76%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(133, 10%, 76%)?
HEX: #BCC8BE | RGB: rgb(188, 200, 190) | CMYK: 6%, 0%, 5%, 22% | HSV: 130°, 6%, 78%. Copy any format from the conversion table above.
What colors go well with #BCC8BE?
The complementary color is HSL(313, 10%, 76%). For a triadic harmony, use hues 133°, 253°, and 13°. For analogous combinations, try hues 103° and 163°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(133, 10%, 76%) in CSS?
As HSL: color: hsl(133, 10%, 76%); — As HEX: color: #BCC8BE; — As RGB: color: rgb(188, 200, 190); — Tailwind CSS: bg-[hsl(133,10%,76%)] — CSS variable: --color-primary: hsl(133, 10%, 76%);