Shades of Mist Grey #B5B5AC
Tints of Mist Grey #B5B5AC
RGB
CMYK
RGB Variations
Color information
#B5B5AC (or 0xB5B5AC) is known color: Mist Grey. HEX triplet: B5, B5 and AC. RGB value is (181,181,172). Sum of RGB (Red+Green+Blue) = 181+181+172=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B5AC is #4A4A53. Grayscale: #B4B4B4. Windows color (decimal): -4868692 or 11318709. OLE color: 11318709.
HSL color Cylindrical-coordinate representation of color #B5B5AC: 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.05%. Process color model (Four color, CMYK) of #B5B5AC is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 181 | 172 | - |
CMYK | 0 | 0 | 0.05 | 0.29 |
HSL | 60º | 0.06% | 0.69% | - |
HSV(B) | 60º | 0.05% | 0.71% | - |
XYZ | 43.03 | 45.85 | 45.61 | - |
YUV | 179.97 | 123.5 | 128.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 181 | 172 | 0 | 0 | 0.05 | 0.29 | 60 | 0.06 | 0.69 |
Hex | B5 | B5 | AC | 0 | 0 | 5 | 1D | 3C | 6 | 45 |
Octal | 265 | 265 | 254 | 0 | 0 | 5 | 35 | 74 | 6 | 105 |
Binary | 10110101 | 10110101 | 10101100 | 0 | 0 | 101 | 11101 | 111100 | 110 | 1000101 |
Color Harmonies of #B5B5AC
Complementary color
Monochromatic Colors of #B5B5AC
Black with #B5B5AC
Text Example
Text Example
White with #B5B5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B5AC; }
p { color: rgb(181,181,172); }
H1.HeaderClassName
{
color: #B5B5AC;
}
.AnyTagClassName
{
color: #B5B5AC;
}
</style>
background-color css
<style>
a { background-color: #B5B5AC; }
a { background-color: rgb(181,181,172); }
div.DivClassName
{
background-color: #B5B5AC;
}
.BgClassName
{
background-color: #B5B5AC;
}
</style>
border-color css
<style>
span { border-color: #B5B5AC; }
span { border-color: rgb(181,181,172); }
td.TdClassName
{
border-color: #B5B5AC;
}
.TagClassName
{
border-color: #B5B5AC;
}
</style>