Shades of Mist Grey #B6B6AB
Tints of Mist Grey #B6B6AB
RGB
CMYK
RGB Variations
Color information
#B6B6AB (or 0xB6B6AB) is known color: Mist Grey. HEX triplet: B6, B6 and AB. RGB value is (182,182,171). Sum of RGB (Red+Green+Blue) = 182+182+171=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 182 - color contains mainly: red, green. Hex color #B6B6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B6AB is #494954. Grayscale: #B4B4B4. Windows color (decimal): -4802901 or 11253430. OLE color: 11253430.
HSL color Cylindrical-coordinate representation of color #B6B6AB: 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 #B6B6AB is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
RGB | 182 | 182 | 171 | - |
CMYK | 0 | 0 | 0.06 | 0.29 |
HSL | 60º | 0.07% | 0.69% | - |
HSV(B) | 60º | 0.06% | 0.71% | - |
XYZ | 43.37 | 46.34 | 45.19 | - |
YUV | 180.75 | 122.5 | 128.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 182 | 171 | 0 | 0 | 0.06 | 0.29 | 60 | 0.07 | 0.69 |
Hex | B6 | B6 | AB | 0 | 0 | 6 | 1D | 3C | 7 | 45 |
Octal | 266 | 266 | 253 | 0 | 0 | 6 | 35 | 74 | 7 | 105 |
Binary | 10110110 | 10110110 | 10101011 | 0 | 0 | 110 | 11101 | 111100 | 111 | 1000101 |
Color Harmonies of #B6B6AB
Complementary color
Monochromatic Colors of #B6B6AB
Black with #B6B6AB
Text Example
Text Example
White with #B6B6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B6AB; }
p { color: rgb(182,182,171); }
H1.HeaderClassName
{
color: #B6B6AB;
}
.AnyTagClassName
{
color: #B6B6AB;
}
</style>
background-color css
<style>
a { background-color: #B6B6AB; }
a { background-color: rgb(182,182,171); }
div.DivClassName
{
background-color: #B6B6AB;
}
.BgClassName
{
background-color: #B6B6AB;
}
</style>
border-color css
<style>
span { border-color: #B6B6AB; }
span { border-color: rgb(182,182,171); }
td.TdClassName
{
border-color: #B6B6AB;
}
.TagClassName
{
border-color: #B6B6AB;
}
</style>