Silver (Neutral)
#BFC9BB
RGB: 191, 201, 187
Color OverviewHEX #BFC9BB
#BFC9BB Color Code Information
In the RGB color space, #BFC9BB is composed of 75% red, 79% green, and 73% blue. In the HSL color space, it has a hue of 103°, saturation of 11%, and lightness of 76%.
HEX
#BFC9BB
RGB
191, 201, 187
HSL
103°, 11%, 76%
HSV
103°, 7%, 79%
CMYK
5%, 0%, 7%, 21%
Name Match
Silver
Closest StandardShades of #BFC9BB (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #BFC9BB (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #BFC9BB (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #BFC9BB
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #BFC9BB Background
Contrast Ratio against Pure White (#FFFFFF):1.71 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #BFC9BB Background
Contrast Ratio against Pure Black (#000000):12.29 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #BFC9BB;
}
.element {
color: #BFC9BB;
background-color: #BFC9BB;
border-color: #BFC9BB;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#BFC9BB] text-[#BFC9BB] border-[#BFC9BB]"> Content styled with #BFC9BB </div>