#B6BDA0
A light, muted yellow closely aligning with Silver.
About #B6BDA0
At its core, #B6BDA0 is a light and muted hue. If you're using CSS, you might find it aligns closely with Silver. In the RGB color space, it consists of 182 red, 189 green, and 160 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 4% C, 0% M, 15% Y, and 26% K. Always request a physical proof before doing a large print run with this exact code.
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#B6BDA0
RGB182, 189, 160
HSL74.5°, 18.0%, 68.4%
CMYK4%, 0%, 15%, 26%
HSV74.5°, 15.3%, 74.1%
LAB75.4, -7.6, 13.9
XYZ43.8, 48.9, 40.4
Decimal11976096
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.95:1
Text on #FFFFFF
FAIL
10.78:1
Text on #000000
AAA
1.86:1
Text on #F8FAFC
FAIL
9.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6BDA0;
}
.text-color {
color: #B6BDA0;
}
.border-color {
border: 2px solid #B6BDA0;
}