Shades of Heather #B8BBBD
Tints of Heather #B8BBBD
RGB
CMYK
RGB Variations
Color information
#B8BBBD (or 0xB8BBBD) is known color: Heather. HEX triplet: B8, BB and BD. RGB value is (184,187,189). Sum of RGB (Red+Green+Blue) = 184+187+189=560 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.86% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 189 - color contains mainly: blue. Hex color #B8BBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BBBD is #474442. Grayscale: #BABABA. Windows color (decimal): -4670531 or 12434360. OLE color: 12434360.
HSL color Cylindrical-coordinate representation of color #B8BBBD: hue angle of 204º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B8BBBD is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 187 | 189 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.26 |
| HSL | 204º | 0.04% | 0.73% | - |
| HSV(B) | 204º | 0.03% | 0.74% | - |
| XYZ | 46.72 | 49.41 | 55.22 | - |
| YUV | 186.33 | 129.51 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 187 | 189 | 0.03 | 0.01 | 0 | 0.26 | 204 | 0.04 | 0.73 |
| Hex | B8 | BB | BD | 3 | 1 | 0 | 1A | CC | 4 | 49 |
| Octal | 270 | 273 | 275 | 3 | 1 | 0 | 32 | 314 | 4 | 111 |
| Binary | 10111000 | 10111011 | 10111101 | 11 | 1 | 0 | 11010 | 11001100 | 100 | 1001001 |
Color Harmonies of #B8BBBD
Complementary color
Monochromatic Colors of #B8BBBD
Black with #B8BBBD
Text Example
Text Example
White with #B8BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BBBD; }
p { color: rgb(184,187,189); }
H1.HeaderClassName
{
color: #B8BBBD;
}
.AnyTagClassName
{
color: #B8BBBD;
}
</style>
background-color css
<style>
a { background-color: #B8BBBD; }
a { background-color: rgb(184,187,189); }
div.DivClassName
{
background-color: #B8BBBD;
}
.BgClassName
{
background-color: #B8BBBD;
}
</style>
border-color css
<style>
span { border-color: #B8BBBD; }
span { border-color: rgb(184,187,189); }
td.TdClassName
{
border-color: #B8BBBD;
}
.TagClassName
{
border-color: #B8BBBD;
}
</style>