Shades of Heather #B4B5B6
Tints of Heather #B4B5B6
RGB
CMYK
RGB Variations
Color information
#B4B5B6 (or 0xB4B5B6) is known color: Heather. HEX triplet: B4, B5 and B6. RGB value is (180,181,182). Sum of RGB (Red+Green+Blue) = 180+181+182=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 182 - color contains mainly: blue. Hex color #B4B5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B5B6 is #4B4A49. Grayscale: #B4B4B4. Windows color (decimal): -4934218 or 11974068. OLE color: 11974068.
HSL color Cylindrical-coordinate representation of color #B4B5B6: hue angle of 210º degrees, saturation: 0.01, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #B4B5B6 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 180 | 181 | 182 | - |
CMYK | 0.01 | 0.01 | 0 | 0.29 |
HSL | 210º | 0.01% | 0.71% | - |
HSV(B) | 210º | 0.01% | 0.71% | - |
XYZ | 43.79 | 46.13 | 50.85 | - |
YUV | 180.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 181 | 182 | 0.01 | 0.01 | 0 | 0.29 | 210 | 0.01 | 0.71 |
Hex | B4 | B5 | B6 | 1 | 1 | 0 | 1D | D2 | 1 | 47 |
Octal | 264 | 265 | 266 | 1 | 1 | 0 | 35 | 322 | 1 | 107 |
Binary | 10110100 | 10110101 | 10110110 | 1 | 1 | 0 | 11101 | 11010010 | 1 | 1000111 |
Color Harmonies of #B4B5B6
Complementary color
Monochromatic Colors of #B4B5B6
Black with #B4B5B6
Text Example
Text Example
White with #B4B5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B5B6; }
p { color: rgb(180,181,182); }
H1.HeaderClassName
{
color: #B4B5B6;
}
.AnyTagClassName
{
color: #B4B5B6;
}
</style>
background-color css
<style>
a { background-color: #B4B5B6; }
a { background-color: rgb(180,181,182); }
div.DivClassName
{
background-color: #B4B5B6;
}
.BgClassName
{
background-color: #B4B5B6;
}
</style>
border-color css
<style>
span { border-color: #B4B5B6; }
span { border-color: rgb(180,181,182); }
td.TdClassName
{
border-color: #B4B5B6;
}
.TagClassName
{
border-color: #B4B5B6;
}
</style>