Shades of Mist Grey #B7B6AC
Tints of Mist Grey #B7B6AC
RGB
CMYK
RGB Variations
Color information
#B7B6AC (or 0xB7B6AC) is known color: Mist Grey. HEX triplet: B7, B6 and AC. RGB value is (183,182,172). Sum of RGB (Red+Green+Blue) = 183+182+172=537 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.08% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B6AC is #484953. Grayscale: #B5B5B5. Windows color (decimal): -4737364 or 11318967. OLE color: 11318967.
HSL color Cylindrical-coordinate representation of color #B7B6AC: hue angle of 54.55º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B7B6AC is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 182 | 172 | - |
CMYK | 0 | 0.01 | 0.06 | 0.28 |
HSL | 54.55º | 0.07% | 0.7% | - |
HSV(B) | 54.55º | 0.06% | 0.72% | - |
XYZ | 43.7 | 46.5 | 45.7 | - |
YUV | 181.16 | 122.83 | 129.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 182 | 172 | 0 | 0.01 | 0.06 | 0.28 | 54.55 | 0.07 | 0.7 |
Hex | B7 | B6 | AC | 0 | 1 | 6 | 1C | 37 | 7 | 46 |
Octal | 267 | 266 | 254 | 0 | 1 | 6 | 34 | 67 | 7 | 106 |
Binary | 10110111 | 10110110 | 10101100 | 0 | 1 | 110 | 11100 | 110111 | 111 | 1000110 |
Color Harmonies of #B7B6AC
Complementary color
Monochromatic Colors of #B7B6AC
Black with #B7B6AC
Text Example
Text Example
White with #B7B6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B6AC; }
p { color: rgb(183,182,172); }
H1.HeaderClassName
{
color: #B7B6AC;
}
.AnyTagClassName
{
color: #B7B6AC;
}
</style>
background-color css
<style>
a { background-color: #B7B6AC; }
a { background-color: rgb(183,182,172); }
div.DivClassName
{
background-color: #B7B6AC;
}
.BgClassName
{
background-color: #B7B6AC;
}
</style>
border-color css
<style>
span { border-color: #B7B6AC; }
span { border-color: rgb(183,182,172); }
td.TdClassName
{
border-color: #B7B6AC;
}
.TagClassName
{
border-color: #B7B6AC;
}
</style>