Shades of Mist Grey #B5B5AB
Tints of Mist Grey #B5B5AB
RGB
CMYK
RGB Variations
Color information
#B5B5AB (or 0xB5B5AB) is known color: Mist Grey. HEX triplet: B5, B5 and AB. RGB value is (181,181,171). Sum of RGB (Red+Green+Blue) = 181+181+171=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 181 (71.09% from 255 or 33.96% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B5AB is #4A4A54. Grayscale: #B3B3B3. Windows color (decimal): -4868693 or 11253173. OLE color: 11253173.
HSL color Cylindrical-coordinate representation of color #B5B5AB: hue angle of 60º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B5B5AB is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 181 | 171 | - |
CMYK | 0 | 0 | 0.06 | 0.29 |
HSL | 60º | 0.06% | 0.69% | - |
HSV(B) | 60º | 0.06% | 0.71% | - |
XYZ | 42.93 | 45.81 | 45.11 | - |
YUV | 179.86 | 123 | 128.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 181 | 171 | 0 | 0 | 0.06 | 0.29 | 60 | 0.06 | 0.69 |
Hex | B5 | B5 | AB | 0 | 0 | 6 | 1D | 3C | 6 | 45 |
Octal | 265 | 265 | 253 | 0 | 0 | 6 | 35 | 74 | 6 | 105 |
Binary | 10110101 | 10110101 | 10101011 | 0 | 0 | 110 | 11101 | 111100 | 110 | 1000101 |
Color Harmonies of #B5B5AB
Complementary color
Monochromatic Colors of #B5B5AB
Black with #B5B5AB
Text Example
Text Example
White with #B5B5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B5AB; }
p { color: rgb(181,181,171); }
H1.HeaderClassName
{
color: #B5B5AB;
}
.AnyTagClassName
{
color: #B5B5AB;
}
</style>
background-color css
<style>
a { background-color: #B5B5AB; }
a { background-color: rgb(181,181,171); }
div.DivClassName
{
background-color: #B5B5AB;
}
.BgClassName
{
background-color: #B5B5AB;
}
</style>
border-color css
<style>
span { border-color: #B5B5AB; }
span { border-color: rgb(181,181,171); }
td.TdClassName
{
border-color: #B5B5AB;
}
.TagClassName
{
border-color: #B5B5AB;
}
</style>