Shades of Mist Grey #B6B6AD
Tints of Mist Grey #B6B6AD
RGB
CMYK
RGB Variations
Color information
#B6B6AD (or 0xB6B6AD) is known color: Mist Grey. HEX triplet: B6, B6 and AD. RGB value is (182,182,173). Sum of RGB (Red+Green+Blue) = 182+182+173=537 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.89% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 182 - color contains mainly: red, green. Hex color #B6B6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B6AD is #494952. Grayscale: #B5B5B5. Windows color (decimal): -4802899 or 11384502. OLE color: 11384502.
HSL color Cylindrical-coordinate representation of color #B6B6AD: hue angle of 60º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B6B6AD is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
RGB | 182 | 182 | 173 | - |
CMYK | 0 | 0 | 0.05 | 0.29 |
HSL | 60º | 0.06% | 0.7% | - |
HSV(B) | 60º | 0.05% | 0.71% | - |
XYZ | 43.56 | 46.42 | 46.2 | - |
YUV | 180.97 | 123.5 | 128.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 182 | 173 | 0 | 0 | 0.05 | 0.29 | 60 | 0.06 | 0.7 |
Hex | B6 | B6 | AD | 0 | 0 | 5 | 1D | 3C | 6 | 46 |
Octal | 266 | 266 | 255 | 0 | 0 | 5 | 35 | 74 | 6 | 106 |
Binary | 10110110 | 10110110 | 10101101 | 0 | 0 | 101 | 11101 | 111100 | 110 | 1000110 |
Color Harmonies of #B6B6AD
Complementary color
Monochromatic Colors of #B6B6AD
Black with #B6B6AD
Text Example
Text Example
White with #B6B6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B6AD; }
p { color: rgb(182,182,173); }
H1.HeaderClassName
{
color: #B6B6AD;
}
.AnyTagClassName
{
color: #B6B6AD;
}
</style>
background-color css
<style>
a { background-color: #B6B6AD; }
a { background-color: rgb(182,182,173); }
div.DivClassName
{
background-color: #B6B6AD;
}
.BgClassName
{
background-color: #B6B6AD;
}
</style>
border-color css
<style>
span { border-color: #B6B6AD; }
span { border-color: rgb(182,182,173); }
td.TdClassName
{
border-color: #B6B6AD;
}
.TagClassName
{
border-color: #B6B6AD;
}
</style>