Shades of Heather #B4BBBE
Tints of Heather #B4BBBE
RGB
CMYK
RGB Variations
Color information
#B4BBBE (or 0xB4BBBE) is known color: Heather. HEX triplet: B4, BB and BE. RGB value is (180,187,190). Sum of RGB (Red+Green+Blue) = 180+187+190=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 190 - color contains mainly: blue. Hex color #B4BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BBBE is #4B4441. Grayscale: #B9B9B9. Windows color (decimal): -4932674 or 12499892. OLE color: 12499892.
HSL color Cylindrical-coordinate representation of color #B4BBBE: hue angle of 198º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B4BBBE is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 187 | 190 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.25 |
| HSL | 198º | 0.07% | 0.73% | - |
| HSV(B) | 198º | 0.05% | 0.75% | - |
| XYZ | 45.89 | 48.96 | 55.75 | - |
| YUV | 185.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 187 | 190 | 0.05 | 0.02 | 0 | 0.25 | 198 | 0.07 | 0.73 |
| Hex | B4 | BB | BE | 5 | 2 | 0 | 19 | C6 | 7 | 49 |
| Octal | 264 | 273 | 276 | 5 | 2 | 0 | 31 | 306 | 7 | 111 |
| Binary | 10110100 | 10111011 | 10111110 | 101 | 10 | 0 | 11001 | 11000110 | 111 | 1001001 |
Color Harmonies of #B4BBBE
Complementary color
Monochromatic Colors of #B4BBBE
Black with #B4BBBE
Text Example
Text Example
White with #B4BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BBBE; }
p { color: rgb(180,187,190); }
H1.HeaderClassName
{
color: #B4BBBE;
}
.AnyTagClassName
{
color: #B4BBBE;
}
</style>
background-color css
<style>
a { background-color: #B4BBBE; }
a { background-color: rgb(180,187,190); }
div.DivClassName
{
background-color: #B4BBBE;
}
.BgClassName
{
background-color: #B4BBBE;
}
</style>
border-color css
<style>
span { border-color: #B4BBBE; }
span { border-color: rgb(180,187,190); }
td.TdClassName
{
border-color: #B4BBBE;
}
.TagClassName
{
border-color: #B4BBBE;
}
</style>