#BDBDB6
A light, muted neutral closely aligning with Silver.
About #BDBDB6
At its core, #BDBDB6 is a light and muted hue. If you're using CSS, you might find it aligns closely with Silver. Its digital footprint relies on 189 parts red, 189 parts green, and 182 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 0% Magenta, 4% Yellow, and 26% Black. With a hue angle of 60.0 degrees, it sits comfortably in the neutral spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BDBDB6
RGB189, 189, 182
HSL60.0°, 5.0%, 72.7%
CMYK0%, 0%, 4%, 26%
HSV60.0°, 3.7%, 74.1%
LAB76.4, -1.3, 3.5
XYZ47.6, 50.6, 51.5
Decimal12434870
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.89:1
Text on #FFFFFF
FAIL
11.12:1
Text on #000000
AAA
1.81:1
Text on #F8FAFC
FAIL
9.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDBDB6;
}
.text-color {
color: #BDBDB6;
}
.border-color {
border: 2px solid #BDBDB6;
}