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