Shades of Heather #B0C0C5
Tints of Heather #B0C0C5
RGB
CMYK
RGB Variations
Color information
#B0C0C5 (or 0xB0C0C5) is known color: Heather. HEX triplet: B0, C0 and C5. RGB value is (176,192,197). Sum of RGB (Red+Green+Blue) = 176+192+197=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 197 - color contains mainly: blue. Hex color #B0C0C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C0C5 is #4F3F3A. Grayscale: #BBBBBB. Windows color (decimal): -5193531 or 12959920. OLE color: 12959920.
HSL color Cylindrical-coordinate representation of color #B0C0C5: hue angle of 194.29º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0C0C5 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 192 | 197 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.23 |
| HSL | 194.29º | 0.15% | 0.73% | - |
| HSV(B) | 194.29º | 0.11% | 0.77% | - |
| XYZ | 46.83 | 50.96 | 60.19 | - |
| YUV | 187.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 197 | 0.11 | 0.03 | 0 | 0.23 | 194.29 | 0.15 | 0.73 |
| Hex | B0 | C0 | C5 | B | 3 | 0 | 17 | C2 | F | 49 |
| Octal | 260 | 300 | 305 | 13 | 3 | 0 | 27 | 302 | 17 | 111 |
| Binary | 10110000 | 11000000 | 11000101 | 1011 | 11 | 0 | 10111 | 11000010 | 1111 | 1001001 |
Color Harmonies of #B0C0C5
Complementary color
Monochromatic Colors of #B0C0C5
Black with #B0C0C5
Text Example
Text Example
White with #B0C0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C0C5; }
p { color: rgb(176,192,197); }
H1.HeaderClassName
{
color: #B0C0C5;
}
.AnyTagClassName
{
color: #B0C0C5;
}
</style>
background-color css
<style>
a { background-color: #B0C0C5; }
a { background-color: rgb(176,192,197); }
div.DivClassName
{
background-color: #B0C0C5;
}
.BgClassName
{
background-color: #B0C0C5;
}
</style>
border-color css
<style>
span { border-color: #B0C0C5; }
span { border-color: rgb(176,192,197); }
td.TdClassName
{
border-color: #B0C0C5;
}
.TagClassName
{
border-color: #B0C0C5;
}
</style>