Shades of Heather #B0BBC2
Tints of Heather #B0BBC2
RGB
CMYK
RGB Variations
Color information
#B0BBC2 (or 0xB0BBC2) is known color: Heather. HEX triplet: B0, BB and C2. RGB value is (176,187,194). Sum of RGB (Red+Green+Blue) = 176+187+194=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 194 (76.17% from 255 or 34.83% from 557); Max value from RGB is 194 - color contains mainly: blue. Hex color #B0BBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBC2 is #4F443D. Grayscale: #B8B8B8. Windows color (decimal): -5194814 or 12762032. OLE color: 12762032.
HSL color Cylindrical-coordinate representation of color #B0BBC2: hue angle of 203.33º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B0BBC2 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 176 | 187 | 194 | - |
CMYK | 0.09 | 0.04 | 0 | 0.24 |
HSL | 203.33º | 0.13% | 0.73% | - |
HSV(B) | 203.33º | 0.09% | 0.76% | - |
XYZ | 45.41 | 48.67 | 58.04 | - |
YUV | 184.51 | 133.36 | 121.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 187 | 194 | 0.09 | 0.04 | 0 | 0.24 | 203.33 | 0.13 | 0.73 |
Hex | B0 | BB | C2 | 9 | 4 | 0 | 18 | CB | D | 49 |
Octal | 260 | 273 | 302 | 11 | 4 | 0 | 30 | 313 | 15 | 111 |
Binary | 10110000 | 10111011 | 11000010 | 1001 | 100 | 0 | 11000 | 11001011 | 1101 | 1001001 |
Color Harmonies of #B0BBC2
Complementary color
Monochromatic Colors of #B0BBC2
Black with #B0BBC2
Text Example
Text Example
White with #B0BBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BBC2; }
p { color: rgb(176,187,194); }
H1.HeaderClassName
{
color: #B0BBC2;
}
.AnyTagClassName
{
color: #B0BBC2;
}
</style>
background-color css
<style>
a { background-color: #B0BBC2; }
a { background-color: rgb(176,187,194); }
div.DivClassName
{
background-color: #B0BBC2;
}
.BgClassName
{
background-color: #B0BBC2;
}
</style>
border-color css
<style>
span { border-color: #B0BBC2; }
span { border-color: rgb(176,187,194); }
td.TdClassName
{
border-color: #B0BBC2;
}
.TagClassName
{
border-color: #B0BBC2;
}
</style>