Shades of Heather #B0BBC0
Tints of Heather #B0BBC0
RGB
CMYK
RGB Variations
Color information
#B0BBC0 (or 0xB0BBC0) is known color: Heather. HEX triplet: B0, BB and C0. RGB value is (176,187,192). Sum of RGB (Red+Green+Blue) = 176+187+192=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 192 - color contains mainly: blue. Hex color #B0BBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBC0 is #4F443F. Grayscale: #B8B8B8. Windows color (decimal): -5194816 or 12630960. OLE color: 12630960.
HSL color Cylindrical-coordinate representation of color #B0BBC0: hue angle of 198.75º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B0BBC0 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 176 | 187 | 192 | - |
CMYK | 0.08 | 0.03 | 0 | 0.25 |
HSL | 198.75º | 0.11% | 0.72% | - |
HSV(B) | 198.75º | 0.08% | 0.75% | - |
XYZ | 45.19 | 48.58 | 56.86 | - |
YUV | 184.28 | 132.36 | 122.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 187 | 192 | 0.08 | 0.03 | 0 | 0.25 | 198.75 | 0.11 | 0.72 |
Hex | B0 | BB | C0 | 8 | 3 | 0 | 19 | C7 | B | 48 |
Octal | 260 | 273 | 300 | 10 | 3 | 0 | 31 | 307 | 13 | 110 |
Binary | 10110000 | 10111011 | 11000000 | 1000 | 11 | 0 | 11001 | 11000111 | 1011 | 1001000 |
Color Harmonies of #B0BBC0
Complementary color
Monochromatic Colors of #B0BBC0
Black with #B0BBC0
Text Example
Text Example
White with #B0BBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BBC0; }
p { color: rgb(176,187,192); }
H1.HeaderClassName
{
color: #B0BBC0;
}
.AnyTagClassName
{
color: #B0BBC0;
}
</style>
background-color css
<style>
a { background-color: #B0BBC0; }
a { background-color: rgb(176,187,192); }
div.DivClassName
{
background-color: #B0BBC0;
}
.BgClassName
{
background-color: #B0BBC0;
}
</style>
border-color css
<style>
span { border-color: #B0BBC0; }
span { border-color: rgb(176,187,192); }
td.TdClassName
{
border-color: #B0BBC0;
}
.TagClassName
{
border-color: #B0BBC0;
}
</style>