Shades of Heather #B0BBC1
Tints of Heather #B0BBC1
RGB
CMYK
RGB Variations
Color information
#B0BBC1 (or 0xB0BBC1) is known color: Heather. HEX triplet: B0, BB and C1. RGB value is (176,187,193). Sum of RGB (Red+Green+Blue) = 176+187+193=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 193 - color contains mainly: blue. Hex color #B0BBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBC1 is #4F443E. Grayscale: #B8B8B8. Windows color (decimal): -5194815 or 12696496. OLE color: 12696496.
HSL color Cylindrical-coordinate representation of color #B0BBC1: hue angle of 201.18º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B0BBC1 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 187 | 193 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.24 |
| HSL | 201.18º | 0.12% | 0.72% | - |
| HSV(B) | 201.18º | 0.09% | 0.76% | - |
| XYZ | 45.3 | 48.62 | 57.45 | - |
| YUV | 184.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 187 | 193 | 0.09 | 0.03 | 0 | 0.24 | 201.18 | 0.12 | 0.72 |
| Hex | B0 | BB | C1 | 9 | 3 | 0 | 18 | C9 | C | 48 |
| Octal | 260 | 273 | 301 | 11 | 3 | 0 | 30 | 311 | 14 | 110 |
| Binary | 10110000 | 10111011 | 11000001 | 1001 | 11 | 0 | 11000 | 11001001 | 1100 | 1001000 |
Color Harmonies of #B0BBC1
Complementary color
Monochromatic Colors of #B0BBC1
Black with #B0BBC1
Text Example
Text Example
White with #B0BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BBC1; }
p { color: rgb(176,187,193); }
H1.HeaderClassName
{
color: #B0BBC1;
}
.AnyTagClassName
{
color: #B0BBC1;
}
</style>
background-color css
<style>
a { background-color: #B0BBC1; }
a { background-color: rgb(176,187,193); }
div.DivClassName
{
background-color: #B0BBC1;
}
.BgClassName
{
background-color: #B0BBC1;
}
</style>
border-color css
<style>
span { border-color: #B0BBC1; }
span { border-color: rgb(176,187,193); }
td.TdClassName
{
border-color: #B0BBC1;
}
.TagClassName
{
border-color: #B0BBC1;
}
</style>