Shades of Heather #B4BCBE
Tints of Heather #B4BCBE
RGB
CMYK
RGB Variations
Color information
#B4BCBE (or 0xB4BCBE) is known color: Heather. HEX triplet: B4, BC and BE. RGB value is (180,188,190). Sum of RGB (Red+Green+Blue) = 180+188+190=558 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.26% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 190 - color contains mainly: blue. Hex color #B4BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BCBE is #4B4341. Grayscale: #B9B9B9. Windows color (decimal): -4932418 or 12500148. OLE color: 12500148.
HSL color Cylindrical-coordinate representation of color #B4BCBE: hue angle of 192º 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 #B4BCBE is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 188 | 190 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.25 |
| HSL | 192º | 0.07% | 0.73% | - |
| HSV(B) | 192º | 0.05% | 0.75% | - |
| XYZ | 46.1 | 49.39 | 55.82 | - |
| YUV | 185.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 188 | 190 | 0.05 | 0.01 | 0 | 0.25 | 192 | 0.07 | 0.73 |
| Hex | B4 | BC | BE | 5 | 1 | 0 | 19 | C0 | 7 | 49 |
| Octal | 264 | 274 | 276 | 5 | 1 | 0 | 31 | 300 | 7 | 111 |
| Binary | 10110100 | 10111100 | 10111110 | 101 | 1 | 0 | 11001 | 11000000 | 111 | 1001001 |
Color Harmonies of #B4BCBE
Complementary color
Monochromatic Colors of #B4BCBE
Black with #B4BCBE
Text Example
Text Example
White with #B4BCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BCBE; }
p { color: rgb(180,188,190); }
H1.HeaderClassName
{
color: #B4BCBE;
}
.AnyTagClassName
{
color: #B4BCBE;
}
</style>
background-color css
<style>
a { background-color: #B4BCBE; }
a { background-color: rgb(180,188,190); }
div.DivClassName
{
background-color: #B4BCBE;
}
.BgClassName
{
background-color: #B4BCBE;
}
</style>
border-color css
<style>
span { border-color: #B4BCBE; }
span { border-color: rgb(180,188,190); }
td.TdClassName
{
border-color: #B4BCBE;
}
.TagClassName
{
border-color: #B4BCBE;
}
</style>