Shades of Heather #B5B7B9
Tints of Heather #B5B7B9
RGB
CMYK
RGB Variations
Color information
#B5B7B9 (or 0xB5B7B9) is known color: Heather. HEX triplet: B5, B7 and B9. RGB value is (181,183,185). Sum of RGB (Red+Green+Blue) = 181+183+185=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 185 - color contains mainly: blue. Hex color #B5B7B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B7B9 is #4A4846. Grayscale: #B6B6B6. Windows color (decimal): -4868167 or 12171189. OLE color: 12171189.
HSL color Cylindrical-coordinate representation of color #B5B7B9: hue angle of 210º degrees, saturation: 0.03, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B5B7B9 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 181 | 183 | 185 | - |
CMYK | 0.02 | 0.01 | 0 | 0.27 |
HSL | 210º | 0.03% | 0.72% | - |
HSV(B) | 210º | 0.02% | 0.73% | - |
XYZ | 44.75 | 47.19 | 52.65 | - |
YUV | 182.63 | 129.34 | 126.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 183 | 185 | 0.02 | 0.01 | 0 | 0.27 | 210 | 0.03 | 0.72 |
Hex | B5 | B7 | B9 | 2 | 1 | 0 | 1B | D2 | 3 | 48 |
Octal | 265 | 267 | 271 | 2 | 1 | 0 | 33 | 322 | 3 | 110 |
Binary | 10110101 | 10110111 | 10111001 | 10 | 1 | 0 | 11011 | 11010010 | 11 | 1001000 |
Color Harmonies of #B5B7B9
Complementary color
Monochromatic Colors of #B5B7B9
Black with #B5B7B9
Text Example
Text Example
White with #B5B7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B7B9; }
p { color: rgb(181,183,185); }
H1.HeaderClassName
{
color: #B5B7B9;
}
.AnyTagClassName
{
color: #B5B7B9;
}
</style>
background-color css
<style>
a { background-color: #B5B7B9; }
a { background-color: rgb(181,183,185); }
div.DivClassName
{
background-color: #B5B7B9;
}
.BgClassName
{
background-color: #B5B7B9;
}
</style>
border-color css
<style>
span { border-color: #B5B7B9; }
span { border-color: rgb(181,183,185); }
td.TdClassName
{
border-color: #B5B7B9;
}
.TagClassName
{
border-color: #B5B7B9;
}
</style>