#B6BDA8
A light, muted green closely aligning with Silver.
About #B6BDA8
When working with digital screens, the color #B6BDA8 is rendered by mixing light. Its closest recognized web color is Silver. To achieve this exact tint on a monitor, you would use an RGB mix of 182, 189, and 168.
If you are designing for print, the four-color process is what matters most. The color uses 4% Cyan, 0% Magenta, 11% Yellow, and 26% Black. With a hue angle of 80.0 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B6BDA8
RGB182, 189, 168
HSL80.0°, 13.7%, 70.0%
CMYK4%, 0%, 11%, 26%
HSV80.0°, 11.1%, 74.1%
LAB75.6, -6.2, 9.8
XYZ44.6, 49.2, 44.2
Decimal11976104
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.94:1
Text on #FFFFFF
FAIL
10.83:1
Text on #000000
AAA
1.85:1
Text on #F8FAFC
FAIL
9.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6BDA8;
}
.text-color {
color: #B6BDA8;
}
.border-color {
border: 2px solid #B6BDA8;
}