Shades of Heather #B9BBBD
Tints of Heather #B9BBBD
RGB
CMYK
RGB Variations
Color information
#B9BBBD (or 0xB9BBBD) is known color: Heather. HEX triplet: B9, BB and BD. RGB value is (185,187,189). Sum of RGB (Red+Green+Blue) = 185+187+189=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 189 - color contains mainly: blue. Hex color #B9BBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BBBD is #464442. Grayscale: #BABABA. Windows color (decimal): -4604995 or 12434361. OLE color: 12434361.
HSL color Cylindrical-coordinate representation of color #B9BBBD: hue angle of 210º degrees, saturation: 0.03, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B9BBBD is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 187 | 189 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.26 |
| HSL | 210º | 0.03% | 0.73% | - |
| HSV(B) | 210º | 0.02% | 0.74% | - |
| XYZ | 46.96 | 49.53 | 55.23 | - |
| YUV | 186.63 | 129.34 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 187 | 189 | 0.02 | 0.01 | 0 | 0.26 | 210 | 0.03 | 0.73 |
| Hex | B9 | BB | BD | 2 | 1 | 0 | 1A | D2 | 3 | 49 |
| Octal | 271 | 273 | 275 | 2 | 1 | 0 | 32 | 322 | 3 | 111 |
| Binary | 10111001 | 10111011 | 10111101 | 10 | 1 | 0 | 11010 | 11010010 | 11 | 1001001 |
Color Harmonies of #B9BBBD
Complementary color
Monochromatic Colors of #B9BBBD
Black with #B9BBBD
Text Example
Text Example
White with #B9BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BBBD; }
p { color: rgb(185,187,189); }
H1.HeaderClassName
{
color: #B9BBBD;
}
.AnyTagClassName
{
color: #B9BBBD;
}
</style>
background-color css
<style>
a { background-color: #B9BBBD; }
a { background-color: rgb(185,187,189); }
div.DivClassName
{
background-color: #B9BBBD;
}
.BgClassName
{
background-color: #B9BBBD;
}
</style>
border-color css
<style>
span { border-color: #B9BBBD; }
span { border-color: rgb(185,187,189); }
td.TdClassName
{
border-color: #B9BBBD;
}
.TagClassName
{
border-color: #B9BBBD;
}
</style>