Shades of Heather #B0C0C6
Tints of Heather #B0C0C6
RGB
CMYK
RGB Variations
Color information
#B0C0C6 (or 0xB0C0C6) is known color: Heather. HEX triplet: B0, C0 and C6. RGB value is (176,192,198). Sum of RGB (Red+Green+Blue) = 176+192+198=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 198 - color contains mainly: blue. Hex color #B0C0C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C0C6 is #4F3F39. Grayscale: #BBBBBB. Windows color (decimal): -5193530 or 13025456. OLE color: 13025456.
HSL color Cylindrical-coordinate representation of color #B0C0C6: hue angle of 196.36º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0C0C6 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 192 | 198 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.22 |
| HSL | 196.36º | 0.16% | 0.73% | - |
| HSV(B) | 196.36º | 0.11% | 0.78% | - |
| XYZ | 46.95 | 51.01 | 60.8 | - |
| YUV | 187.9 | 133.7 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 198 | 0.11 | 0.03 | 0 | 0.22 | 196.36 | 0.16 | 0.73 |
| Hex | B0 | C0 | C6 | B | 3 | 0 | 16 | C4 | 10 | 49 |
| Octal | 260 | 300 | 306 | 13 | 3 | 0 | 26 | 304 | 20 | 111 |
| Binary | 10110000 | 11000000 | 11000110 | 1011 | 11 | 0 | 10110 | 11000100 | 10000 | 1001001 |
Color Harmonies of #B0C0C6
Complementary color
Monochromatic Colors of #B0C0C6
Black with #B0C0C6
Text Example
Text Example
White with #B0C0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C0C6; }
p { color: rgb(176,192,198); }
H1.HeaderClassName
{
color: #B0C0C6;
}
.AnyTagClassName
{
color: #B0C0C6;
}
</style>
background-color css
<style>
a { background-color: #B0C0C6; }
a { background-color: rgb(176,192,198); }
div.DivClassName
{
background-color: #B0C0C6;
}
.BgClassName
{
background-color: #B0C0C6;
}
</style>
border-color css
<style>
span { border-color: #B0C0C6; }
span { border-color: rgb(176,192,198); }
td.TdClassName
{
border-color: #B0C0C6;
}
.TagClassName
{
border-color: #B0C0C6;
}
</style>