Shades of Mist Grey #B6B5AB
Tints of Mist Grey #B6B5AB
RGB
CMYK
RGB Variations
Color information
#B6B5AB (or 0xB6B5AB) is known color: Mist Grey. HEX triplet: B6, B5 and AB. RGB value is (182,181,171). Sum of RGB (Red+Green+Blue) = 182+181+171=534 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.08% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B5AB is #494A54. Grayscale: #B4B4B4. Windows color (decimal): -4803157 or 11253174. OLE color: 11253174.
HSL color Cylindrical-coordinate representation of color #B6B5AB: hue angle of 54.55º 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 #B6B5AB is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
RGB | 182 | 181 | 171 | - |
CMYK | 0 | 0.01 | 0.06 | 0.29 |
HSL | 54.55º | 0.07% | 0.69% | - |
HSV(B) | 54.55º | 0.06% | 0.71% | - |
XYZ | 43.17 | 45.93 | 45.12 | - |
YUV | 180.16 | 122.83 | 129.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 181 | 171 | 0 | 0.01 | 0.06 | 0.29 | 54.55 | 0.07 | 0.69 |
Hex | B6 | B5 | AB | 0 | 1 | 6 | 1D | 37 | 7 | 45 |
Octal | 266 | 265 | 253 | 0 | 1 | 6 | 35 | 67 | 7 | 105 |
Binary | 10110110 | 10110101 | 10101011 | 0 | 1 | 110 | 11101 | 110111 | 111 | 1000101 |
Color Harmonies of #B6B5AB
Complementary color
Monochromatic Colors of #B6B5AB
Black with #B6B5AB
Text Example
Text Example
White with #B6B5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B5AB; }
p { color: rgb(182,181,171); }
H1.HeaderClassName
{
color: #B6B5AB;
}
.AnyTagClassName
{
color: #B6B5AB;
}
</style>
background-color css
<style>
a { background-color: #B6B5AB; }
a { background-color: rgb(182,181,171); }
div.DivClassName
{
background-color: #B6B5AB;
}
.BgClassName
{
background-color: #B6B5AB;
}
</style>
border-color css
<style>
span { border-color: #B6B5AB; }
span { border-color: rgb(182,181,171); }
td.TdClassName
{
border-color: #B6B5AB;
}
.TagClassName
{
border-color: #B6B5AB;
}
</style>