Silver (Neutral)
#BDB7B0
RGB: 189, 183, 176
Color OverviewHEX #BDB7B0
#BDB7B0 Color Code Information
In the RGB color space, #BDB7B0 is composed of 74% red, 72% green, and 69% blue. In the HSL color space, it has a hue of 32°, saturation of 9%, and lightness of 72%.
HEX
#BDB7B0
RGB
189, 183, 176
HSL
32°, 9%, 72%
HSV
32°, 7%, 74%
CMYK
0%, 3%, 7%, 26%
Name Match
Silver
Closest StandardShades of #BDB7B0 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #BDB7B0 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #BDB7B0 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #BDB7B0
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 #BDB7B0 Background
Contrast Ratio against Pure White (#FFFFFF):1.99 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #BDB7B0 Background
Contrast Ratio against Pure Black (#000000):10.56 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #BDB7B0;
}
.element {
color: #BDB7B0;
background-color: #BDB7B0;
border-color: #BDB7B0;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#BDB7B0] text-[#BDB7B0] border-[#BDB7B0]"> Content styled with #BDB7B0 </div>