Shades of Heather #B0C5CC
Tints of Heather #B0C5CC
RGB
CMYK
RGB Variations
Color information
#B0C5CC (or 0xB0C5CC) is known color: Heather. HEX triplet: B0, C5 and CC. RGB value is (176,197,204). Sum of RGB (Red+Green+Blue) = 176+197+204=577 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.50% from 577); Green value is 197 (77.34% from 255 or 34.14% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 204 - color contains mainly: blue. Hex color #B0C5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C5CC is #4F3A33. Grayscale: #BFBFBF. Windows color (decimal): -5192244 or 13419952. OLE color: 13419952.
HSL color Cylindrical-coordinate representation of color #B0C5CC: hue angle of 195º 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 #B0C5CC is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 197 | 204 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.2 |
| HSL | 195º | 0.22% | 0.75% | - |
| HSV(B) | 195º | 0.14% | 0.8% | - |
| XYZ | 48.77 | 53.52 | 64.89 | - |
| YUV | 191.52 | 135.04 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 197 | 204 | 0.14 | 0.03 | 0 | 0.2 | 195 | 0.22 | 0.75 |
| Hex | B0 | C5 | CC | E | 3 | 0 | 14 | C3 | 16 | 4B |
| Octal | 260 | 305 | 314 | 16 | 3 | 0 | 24 | 303 | 26 | 113 |
| Binary | 10110000 | 11000101 | 11001100 | 1110 | 11 | 0 | 10100 | 11000011 | 10110 | 1001011 |
Color Harmonies of #B0C5CC
Complementary color
Monochromatic Colors of #B0C5CC
Black with #B0C5CC
Text Example
Text Example
White with #B0C5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C5CC; }
p { color: rgb(176,197,204); }
H1.HeaderClassName
{
color: #B0C5CC;
}
.AnyTagClassName
{
color: #B0C5CC;
}
</style>
background-color css
<style>
a { background-color: #B0C5CC; }
a { background-color: rgb(176,197,204); }
div.DivClassName
{
background-color: #B0C5CC;
}
.BgClassName
{
background-color: #B0C5CC;
}
</style>
border-color css
<style>
span { border-color: #B0C5CC; }
span { border-color: rgb(176,197,204); }
td.TdClassName
{
border-color: #B0C5CC;
}
.TagClassName
{
border-color: #B0C5CC;
}
</style>