Shades of Mist Grey #B5B5AA
Tints of Mist Grey #B5B5AA
RGB
CMYK
RGB Variations
Color information
#B5B5AA (or 0xB5B5AA) is known color: Mist Grey. HEX triplet: B5, B5 and AA. RGB value is (181,181,170). Sum of RGB (Red+Green+Blue) = 181+181+170=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B5AA is #4A4A55. Grayscale: #B3B3B3. Windows color (decimal): -4868694 or 11187637. OLE color: 11187637.
HSL color Cylindrical-coordinate representation of color #B5B5AA: hue angle of 60º degrees, saturation: 0.07, 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 #B5B5AA is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 181 | 170 | - |
CMYK | 0 | 0 | 0.06 | 0.29 |
HSL | 60º | 0.07% | 0.69% | - |
HSV(B) | 60º | 0.06% | 0.71% | - |
XYZ | 42.84 | 45.77 | 44.61 | - |
YUV | 179.75 | 122.5 | 128.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 181 | 170 | 0 | 0 | 0.06 | 0.29 | 60 | 0.07 | 0.69 |
Hex | B5 | B5 | AA | 0 | 0 | 6 | 1D | 3C | 7 | 45 |
Octal | 265 | 265 | 252 | 0 | 0 | 6 | 35 | 74 | 7 | 105 |
Binary | 10110101 | 10110101 | 10101010 | 0 | 0 | 110 | 11101 | 111100 | 111 | 1000101 |
Color Harmonies of #B5B5AA
Complementary color
Monochromatic Colors of #B5B5AA
Black with #B5B5AA
Text Example
Text Example
White with #B5B5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B5AA; }
p { color: rgb(181,181,170); }
H1.HeaderClassName
{
color: #B5B5AA;
}
.AnyTagClassName
{
color: #B5B5AA;
}
</style>
background-color css
<style>
a { background-color: #B5B5AA; }
a { background-color: rgb(181,181,170); }
div.DivClassName
{
background-color: #B5B5AA;
}
.BgClassName
{
background-color: #B5B5AA;
}
</style>
border-color css
<style>
span { border-color: #B5B5AA; }
span { border-color: rgb(181,181,170); }
td.TdClassName
{
border-color: #B5B5AA;
}
.TagClassName
{
border-color: #B5B5AA;
}
</style>