Shades of Heather #B4BBC0
Tints of Heather #B4BBC0
RGB
CMYK
RGB Variations
Color information
#B4BBC0 (or 0xB4BBC0) is known color: Heather. HEX triplet: B4, BB and C0. RGB value is (180,187,192). Sum of RGB (Red+Green+Blue) = 180+187+192=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 192 - color contains mainly: blue. Hex color #B4BBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BBC0 is #4B443F. Grayscale: #B9B9B9. Windows color (decimal): -4932672 or 12630964. OLE color: 12630964.
HSL color Cylindrical-coordinate representation of color #B4BBC0: hue angle of 205º 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 #B4BBC0 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 187 | 192 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.25 |
| HSL | 205º | 0.09% | 0.73% | - |
| HSV(B) | 205º | 0.06% | 0.75% | - |
| XYZ | 46.11 | 49.05 | 56.91 | - |
| YUV | 185.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 187 | 192 | 0.06 | 0.03 | 0 | 0.25 | 205 | 0.09 | 0.73 |
| Hex | B4 | BB | C0 | 6 | 3 | 0 | 19 | CD | 9 | 49 |
| Octal | 264 | 273 | 300 | 6 | 3 | 0 | 31 | 315 | 11 | 111 |
| Binary | 10110100 | 10111011 | 11000000 | 110 | 11 | 0 | 11001 | 11001101 | 1001 | 1001001 |
Color Harmonies of #B4BBC0
Complementary color
Monochromatic Colors of #B4BBC0
Black with #B4BBC0
Text Example
Text Example
White with #B4BBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BBC0; }
p { color: rgb(180,187,192); }
H1.HeaderClassName
{
color: #B4BBC0;
}
.AnyTagClassName
{
color: #B4BBC0;
}
</style>
background-color css
<style>
a { background-color: #B4BBC0; }
a { background-color: rgb(180,187,192); }
div.DivClassName
{
background-color: #B4BBC0;
}
.BgClassName
{
background-color: #B4BBC0;
}
</style>
border-color css
<style>
span { border-color: #B4BBC0; }
span { border-color: rgb(180,187,192); }
td.TdClassName
{
border-color: #B4BBC0;
}
.TagClassName
{
border-color: #B4BBC0;
}
</style>