Shades of Heather #B5B8BB
Tints of Heather #B5B8BB
RGB
CMYK
RGB Variations
Color information
#B5B8BB (or 0xB5B8BB) is known color: Heather. HEX triplet: B5, B8 and BB. RGB value is (181,184,187). Sum of RGB (Red+Green+Blue) = 181+184+187=552 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.79% from 552); Green value is 184 (72.27% from 255 or 33.33% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 187 - color contains mainly: blue. Hex color #B5B8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B8BB is #4A4744. Grayscale: #B7B7B7. Windows color (decimal): -4867909 or 12302517. OLE color: 12302517.
HSL color Cylindrical-coordinate representation of color #B5B8BB: hue angle of 210º degrees, saturation: 0.04, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B5B8BB is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 181 | 184 | 187 | - |
CMYK | 0.03 | 0.02 | 0 | 0.27 |
HSL | 210º | 0.04% | 0.72% | - |
HSV(B) | 210º | 0.03% | 0.73% | - |
XYZ | 45.17 | 47.69 | 53.84 | - |
YUV | 183.45 | 130.01 | 126.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 184 | 187 | 0.03 | 0.02 | 0 | 0.27 | 210 | 0.04 | 0.72 |
Hex | B5 | B8 | BB | 3 | 2 | 0 | 1B | D2 | 4 | 48 |
Octal | 265 | 270 | 273 | 3 | 2 | 0 | 33 | 322 | 4 | 110 |
Binary | 10110101 | 10111000 | 10111011 | 11 | 10 | 0 | 11011 | 11010010 | 100 | 1001000 |
Color Harmonies of #B5B8BB
Complementary color
Monochromatic Colors of #B5B8BB
Black with #B5B8BB
Text Example
Text Example
White with #B5B8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B8BB; }
p { color: rgb(181,184,187); }
H1.HeaderClassName
{
color: #B5B8BB;
}
.AnyTagClassName
{
color: #B5B8BB;
}
</style>
background-color css
<style>
a { background-color: #B5B8BB; }
a { background-color: rgb(181,184,187); }
div.DivClassName
{
background-color: #B5B8BB;
}
.BgClassName
{
background-color: #B5B8BB;
}
</style>
border-color css
<style>
span { border-color: #B5B8BB; }
span { border-color: rgb(181,184,187); }
td.TdClassName
{
border-color: #B5B8BB;
}
.TagClassName
{
border-color: #B5B8BB;
}
</style>