Shades of Heather #B0BCC0
Tints of Heather #B0BCC0
RGB
CMYK
RGB Variations
Color information
#B0BCC0 (or 0xB0BCC0) is known color: Heather. HEX triplet: B0, BC and C0. RGB value is (176,188,192). Sum of RGB (Red+Green+Blue) = 176+188+192=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 192 - color contains mainly: blue. Hex color #B0BCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BCC0 is #4F433F. Grayscale: #B8B8B8. Windows color (decimal): -5194560 or 12631216. OLE color: 12631216.
HSL color Cylindrical-coordinate representation of color #B0BCC0: hue angle of 195º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B0BCC0 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 188 | 192 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.25 |
| HSL | 195º | 0.11% | 0.72% | - |
| HSV(B) | 195º | 0.08% | 0.75% | - |
| XYZ | 45.4 | 49 | 56.93 | - |
| YUV | 184.87 | 132.02 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 192 | 0.08 | 0.02 | 0 | 0.25 | 195 | 0.11 | 0.72 |
| Hex | B0 | BC | C0 | 8 | 2 | 0 | 19 | C3 | B | 48 |
| Octal | 260 | 274 | 300 | 10 | 2 | 0 | 31 | 303 | 13 | 110 |
| Binary | 10110000 | 10111100 | 11000000 | 1000 | 10 | 0 | 11001 | 11000011 | 1011 | 1001000 |
Color Harmonies of #B0BCC0
Complementary color
Monochromatic Colors of #B0BCC0
Black with #B0BCC0
Text Example
Text Example
White with #B0BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BCC0; }
p { color: rgb(176,188,192); }
H1.HeaderClassName
{
color: #B0BCC0;
}
.AnyTagClassName
{
color: #B0BCC0;
}
</style>
background-color css
<style>
a { background-color: #B0BCC0; }
a { background-color: rgb(176,188,192); }
div.DivClassName
{
background-color: #B0BCC0;
}
.BgClassName
{
background-color: #B0BCC0;
}
</style>
border-color css
<style>
span { border-color: #B0BCC0; }
span { border-color: rgb(176,188,192); }
td.TdClassName
{
border-color: #B0BCC0;
}
.TagClassName
{
border-color: #B0BCC0;
}
</style>