Shades of Heather #B4BCC0
Tints of Heather #B4BCC0
RGB
CMYK
RGB Variations
Color information
#B4BCC0 (or 0xB4BCC0) is known color: Heather. HEX triplet: B4, BC and C0. RGB value is (180,188,192). Sum of RGB (Red+Green+Blue) = 180+188+192=560 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.14% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 192 - color contains mainly: blue. Hex color #B4BCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BCC0 is #4B433F. Grayscale: #BABABA. Windows color (decimal): -4932416 or 12631220. OLE color: 12631220.
HSL color Cylindrical-coordinate representation of color #B4BCC0: hue angle of 200º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B4BCC0 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 188 | 192 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.25 |
| HSL | 200º | 0.09% | 0.73% | - |
| HSV(B) | 200º | 0.06% | 0.75% | - |
| XYZ | 46.32 | 49.48 | 56.98 | - |
| YUV | 186.06 | 131.35 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 188 | 192 | 0.06 | 0.02 | 0 | 0.25 | 200 | 0.09 | 0.73 |
| Hex | B4 | BC | C0 | 6 | 2 | 0 | 19 | C8 | 9 | 49 |
| Octal | 264 | 274 | 300 | 6 | 2 | 0 | 31 | 310 | 11 | 111 |
| Binary | 10110100 | 10111100 | 11000000 | 110 | 10 | 0 | 11001 | 11001000 | 1001 | 1001001 |
Color Harmonies of #B4BCC0
Complementary color
Monochromatic Colors of #B4BCC0
Black with #B4BCC0
Text Example
Text Example
White with #B4BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BCC0; }
p { color: rgb(180,188,192); }
H1.HeaderClassName
{
color: #B4BCC0;
}
.AnyTagClassName
{
color: #B4BCC0;
}
</style>
background-color css
<style>
a { background-color: #B4BCC0; }
a { background-color: rgb(180,188,192); }
div.DivClassName
{
background-color: #B4BCC0;
}
.BgClassName
{
background-color: #B4BCC0;
}
</style>
border-color css
<style>
span { border-color: #B4BCC0; }
span { border-color: rgb(180,188,192); }
td.TdClassName
{
border-color: #B4BCC0;
}
.TagClassName
{
border-color: #B4BCC0;
}
</style>