Shades of Heather #B0C4CC
Tints of Heather #B0C4CC
RGB
CMYK
RGB Variations
Color information
#B0C4CC (or 0xB0C4CC) is known color: Heather. HEX triplet: B0, C4 and CC. RGB value is (176,196,204). Sum of RGB (Red+Green+Blue) = 176+196+204=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 204 - color contains mainly: blue. Hex color #B0C4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C4CC is #4F3B33. Grayscale: #BEBEBE. Windows color (decimal): -5192500 or 13419696. OLE color: 13419696.
HSL color Cylindrical-coordinate representation of color #B0C4CC: hue angle of 197.14º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0C4CC is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 196 | 204 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.2 |
| HSL | 197.14º | 0.22% | 0.75% | - |
| HSV(B) | 197.14º | 0.14% | 0.8% | - |
| XYZ | 48.54 | 53.07 | 64.81 | - |
| YUV | 190.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 196 | 204 | 0.14 | 0.04 | 0 | 0.2 | 197.14 | 0.22 | 0.75 |
| Hex | B0 | C4 | CC | E | 4 | 0 | 14 | C5 | 16 | 4B |
| Octal | 260 | 304 | 314 | 16 | 4 | 0 | 24 | 305 | 26 | 113 |
| Binary | 10110000 | 11000100 | 11001100 | 1110 | 100 | 0 | 10100 | 11000101 | 10110 | 1001011 |
Color Harmonies of #B0C4CC
Complementary color
Monochromatic Colors of #B0C4CC
Black with #B0C4CC
Text Example
Text Example
White with #B0C4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C4CC; }
p { color: rgb(176,196,204); }
H1.HeaderClassName
{
color: #B0C4CC;
}
.AnyTagClassName
{
color: #B0C4CC;
}
</style>
background-color css
<style>
a { background-color: #B0C4CC; }
a { background-color: rgb(176,196,204); }
div.DivClassName
{
background-color: #B0C4CC;
}
.BgClassName
{
background-color: #B0C4CC;
}
</style>
border-color css
<style>
span { border-color: #B0C4CC; }
span { border-color: rgb(176,196,204); }
td.TdClassName
{
border-color: #B0C4CC;
}
.TagClassName
{
border-color: #B0C4CC;
}
</style>