Shades of Heather #B4BBC1
Tints of Heather #B4BBC1
RGB
CMYK
RGB Variations
Color information
#B4BBC1 (or 0xB4BBC1) is known color: Heather. HEX triplet: B4, BB and C1. RGB value is (180,187,193). Sum of RGB (Red+Green+Blue) = 180+187+193=560 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.14% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 193 - color contains mainly: blue. Hex color #B4BBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BBC1 is #4B443E. Grayscale: #B9B9B9. Windows color (decimal): -4932671 or 12696500. OLE color: 12696500.
HSL color Cylindrical-coordinate representation of color #B4BBC1: hue angle of 207.69º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B4BBC1 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 187 | 193 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.24 |
| HSL | 207.69º | 0.09% | 0.73% | - |
| HSV(B) | 207.69º | 0.07% | 0.76% | - |
| XYZ | 46.22 | 49.09 | 57.49 | - |
| YUV | 185.59 | 132.18 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 187 | 193 | 0.07 | 0.03 | 0 | 0.24 | 207.69 | 0.09 | 0.73 |
| Hex | B4 | BB | C1 | 7 | 3 | 0 | 18 | D0 | 9 | 49 |
| Octal | 264 | 273 | 301 | 7 | 3 | 0 | 30 | 320 | 11 | 111 |
| Binary | 10110100 | 10111011 | 11000001 | 111 | 11 | 0 | 11000 | 11010000 | 1001 | 1001001 |
Color Harmonies of #B4BBC1
Complementary color
Monochromatic Colors of #B4BBC1
Black with #B4BBC1
Text Example
Text Example
White with #B4BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BBC1; }
p { color: rgb(180,187,193); }
H1.HeaderClassName
{
color: #B4BBC1;
}
.AnyTagClassName
{
color: #B4BBC1;
}
</style>
background-color css
<style>
a { background-color: #B4BBC1; }
a { background-color: rgb(180,187,193); }
div.DivClassName
{
background-color: #B4BBC1;
}
.BgClassName
{
background-color: #B4BBC1;
}
</style>
border-color css
<style>
span { border-color: #B4BBC1; }
span { border-color: rgb(180,187,193); }
td.TdClassName
{
border-color: #B4BBC1;
}
.TagClassName
{
border-color: #B4BBC1;
}
</style>