Shades of Heather #B0B8BB
Tints of Heather #B0B8BB
RGB
CMYK
RGB Variations
Color information
#B0B8BB (or 0xB0B8BB) is known color: Heather. HEX triplet: B0, B8 and BB. RGB value is (176,184,187). Sum of RGB (Red+Green+Blue) = 176+184+187=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 187 - color contains mainly: blue. Hex color #B0B8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B8BB is #4F4744. Grayscale: #B5B5B5. Windows color (decimal): -5195589 or 12302512. OLE color: 12302512.
HSL color Cylindrical-coordinate representation of color #B0B8BB: hue angle of 196.36º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B0B8BB is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 184 | 187 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.27 |
| HSL | 196.36º | 0.07% | 0.71% | - |
| HSV(B) | 196.36º | 0.06% | 0.73% | - |
| XYZ | 44.01 | 47.1 | 53.78 | - |
| YUV | 181.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 184 | 187 | 0.06 | 0.02 | 0 | 0.27 | 196.36 | 0.07 | 0.71 |
| Hex | B0 | B8 | BB | 6 | 2 | 0 | 1B | C4 | 7 | 47 |
| Octal | 260 | 270 | 273 | 6 | 2 | 0 | 33 | 304 | 7 | 107 |
| Binary | 10110000 | 10111000 | 10111011 | 110 | 10 | 0 | 11011 | 11000100 | 111 | 1000111 |
Color Harmonies of #B0B8BB
Complementary color
Monochromatic Colors of #B0B8BB
Black with #B0B8BB
Text Example
Text Example
White with #B0B8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B8BB; }
p { color: rgb(176,184,187); }
H1.HeaderClassName
{
color: #B0B8BB;
}
.AnyTagClassName
{
color: #B0B8BB;
}
</style>
background-color css
<style>
a { background-color: #B0B8BB; }
a { background-color: rgb(176,184,187); }
div.DivClassName
{
background-color: #B0B8BB;
}
.BgClassName
{
background-color: #B0B8BB;
}
</style>
border-color css
<style>
span { border-color: #B0B8BB; }
span { border-color: rgb(176,184,187); }
td.TdClassName
{
border-color: #B0B8BB;
}
.TagClassName
{
border-color: #B0B8BB;
}
</style>