Shades of Heather #B0C5CE
Tints of Heather #B0C5CE
RGB
CMYK
RGB Variations
Color information
#B0C5CE (or 0xB0C5CE) is known color: Heather. HEX triplet: B0, C5 and CE. RGB value is (176,197,206). Sum of RGB (Red+Green+Blue) = 176+197+206=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 197 (77.34% from 255 or 34.02% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 206 - color contains mainly: blue. Hex color #B0C5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C5CE is #4F3A31. Grayscale: #BFBFBF. Windows color (decimal): -5192242 or 13551024. OLE color: 13551024.
HSL color Cylindrical-coordinate representation of color #B0C5CE: hue angle of 198º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0C5CE is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 197 | 206 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.19 |
| HSL | 198º | 0.23% | 0.75% | - |
| HSV(B) | 198º | 0.15% | 0.81% | - |
| XYZ | 49.01 | 53.62 | 66.16 | - |
| YUV | 191.75 | 136.04 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 197 | 206 | 0.15 | 0.04 | 0 | 0.19 | 198 | 0.23 | 0.75 |
| Hex | B0 | C5 | CE | F | 4 | 0 | 13 | C6 | 17 | 4B |
| Octal | 260 | 305 | 316 | 17 | 4 | 0 | 23 | 306 | 27 | 113 |
| Binary | 10110000 | 11000101 | 11001110 | 1111 | 100 | 0 | 10011 | 11000110 | 10111 | 1001011 |
Color Harmonies of #B0C5CE
Complementary color
Monochromatic Colors of #B0C5CE
Black with #B0C5CE
Text Example
Text Example
White with #B0C5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C5CE; }
p { color: rgb(176,197,206); }
H1.HeaderClassName
{
color: #B0C5CE;
}
.AnyTagClassName
{
color: #B0C5CE;
}
</style>
background-color css
<style>
a { background-color: #B0C5CE; }
a { background-color: rgb(176,197,206); }
div.DivClassName
{
background-color: #B0C5CE;
}
.BgClassName
{
background-color: #B0C5CE;
}
</style>
border-color css
<style>
span { border-color: #B0C5CE; }
span { border-color: rgb(176,197,206); }
td.TdClassName
{
border-color: #B0C5CE;
}
.TagClassName
{
border-color: #B0C5CE;
}
</style>