Shades of Heather #B0BBBE
Tints of Heather #B0BBBE
RGB
CMYK
RGB Variations
Color information
#B0BBBE (or 0xB0BBBE) is known color: Heather. HEX triplet: B0, BB and BE. RGB value is (176,187,190). Sum of RGB (Red+Green+Blue) = 176+187+190=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 190 - color contains mainly: blue. Hex color #B0BBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBBE is #4F4441. Grayscale: #B8B8B8. Windows color (decimal): -5194818 or 12499888. OLE color: 12499888.
HSL color Cylindrical-coordinate representation of color #B0BBBE: hue angle of 192.86º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B0BBBE is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 187 | 190 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.25 |
| HSL | 192.86º | 0.1% | 0.72% | - |
| HSV(B) | 192.86º | 0.07% | 0.75% | - |
| XYZ | 44.97 | 48.49 | 55.7 | - |
| YUV | 184.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 187 | 190 | 0.07 | 0.02 | 0 | 0.25 | 192.86 | 0.1 | 0.72 |
| Hex | B0 | BB | BE | 7 | 2 | 0 | 19 | C1 | A | 48 |
| Octal | 260 | 273 | 276 | 7 | 2 | 0 | 31 | 301 | 12 | 110 |
| Binary | 10110000 | 10111011 | 10111110 | 111 | 10 | 0 | 11001 | 11000001 | 1010 | 1001000 |
Color Harmonies of #B0BBBE
Complementary color
Monochromatic Colors of #B0BBBE
Black with #B0BBBE
Text Example
Text Example
White with #B0BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BBBE; }
p { color: rgb(176,187,190); }
H1.HeaderClassName
{
color: #B0BBBE;
}
.AnyTagClassName
{
color: #B0BBBE;
}
</style>
background-color css
<style>
a { background-color: #B0BBBE; }
a { background-color: rgb(176,187,190); }
div.DivClassName
{
background-color: #B0BBBE;
}
.BgClassName
{
background-color: #B0BBBE;
}
</style>
border-color css
<style>
span { border-color: #B0BBBE; }
span { border-color: rgb(176,187,190); }
td.TdClassName
{
border-color: #B0BBBE;
}
.TagClassName
{
border-color: #B0BBBE;
}
</style>