Shades of Heather #B0BEC8
Tints of Heather #B0BEC8
RGB
CMYK
RGB Variations
Color information
#B0BEC8 (or 0xB0BEC8) is known color: Heather. HEX triplet: B0, BE and C8. RGB value is (176,190,200). Sum of RGB (Red+Green+Blue) = 176+190+200=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 200 (78.52% from 255 or 35.34% from 566); Max value from RGB is 200 - color contains mainly: blue. Hex color #B0BEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BEC8 is #4F4137. Grayscale: #BABABA. Windows color (decimal): -5194040 or 13156016. OLE color: 13156016.
HSL color Cylindrical-coordinate representation of color #B0BEC8: hue angle of 205º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0BEC8 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 190 | 200 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.22 |
| HSL | 205º | 0.18% | 0.74% | - |
| HSV(B) | 205º | 0.12% | 0.78% | - |
| XYZ | 46.74 | 50.23 | 61.87 | - |
| YUV | 186.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 190 | 200 | 0.12 | 0.05 | 0 | 0.22 | 205 | 0.18 | 0.74 |
| Hex | B0 | BE | C8 | C | 5 | 0 | 16 | CD | 12 | 4A |
| Octal | 260 | 276 | 310 | 14 | 5 | 0 | 26 | 315 | 22 | 112 |
| Binary | 10110000 | 10111110 | 11001000 | 1100 | 101 | 0 | 10110 | 11001101 | 10010 | 1001010 |
Color Harmonies of #B0BEC8
Complementary color
Monochromatic Colors of #B0BEC8
Black with #B0BEC8
Text Example
Text Example
White with #B0BEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BEC8; }
p { color: rgb(176,190,200); }
H1.HeaderClassName
{
color: #B0BEC8;
}
.AnyTagClassName
{
color: #B0BEC8;
}
</style>
background-color css
<style>
a { background-color: #B0BEC8; }
a { background-color: rgb(176,190,200); }
div.DivClassName
{
background-color: #B0BEC8;
}
.BgClassName
{
background-color: #B0BEC8;
}
</style>
border-color css
<style>
span { border-color: #B0BEC8; }
span { border-color: rgb(176,190,200); }
td.TdClassName
{
border-color: #B0BEC8;
}
.TagClassName
{
border-color: #B0BEC8;
}
</style>