Shades of Mist Grey #B7B6A8
Tints of Mist Grey #B7B6A8
RGB
CMYK
RGB Variations
Color information
#B7B6A8 (or 0xB7B6A8) is known color: Mist Grey. HEX triplet: B7, B6 and A8. RGB value is (183,182,168). Sum of RGB (Red+Green+Blue) = 183+182+168=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B6A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B6A8 is #484957. Grayscale: #B4B4B4. Windows color (decimal): -4737368 or 11056823. OLE color: 11056823.
HSL color Cylindrical-coordinate representation of color #B7B6A8: hue angle of 56º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B7B6A8 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 182 | 168 | - |
CMYK | 0 | 0.01 | 0.08 | 0.28 |
HSL | 56º | 0.09% | 0.69% | - |
HSV(B) | 56º | 0.08% | 0.72% | - |
XYZ | 43.32 | 46.35 | 43.71 | - |
YUV | 180.7 | 120.83 | 129.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 182 | 168 | 0 | 0.01 | 0.08 | 0.28 | 56 | 0.09 | 0.69 |
Hex | B7 | B6 | A8 | 0 | 1 | 8 | 1C | 38 | 9 | 45 |
Octal | 267 | 266 | 250 | 0 | 1 | 10 | 34 | 70 | 11 | 105 |
Binary | 10110111 | 10110110 | 10101000 | 0 | 1 | 1000 | 11100 | 111000 | 1001 | 1000101 |
Color Harmonies of #B7B6A8
Complementary color
Monochromatic Colors of #B7B6A8
Black with #B7B6A8
Text Example
Text Example
White with #B7B6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B6A8; }
p { color: rgb(183,182,168); }
H1.HeaderClassName
{
color: #B7B6A8;
}
.AnyTagClassName
{
color: #B7B6A8;
}
</style>
background-color css
<style>
a { background-color: #B7B6A8; }
a { background-color: rgb(183,182,168); }
div.DivClassName
{
background-color: #B7B6A8;
}
.BgClassName
{
background-color: #B7B6A8;
}
</style>
border-color css
<style>
span { border-color: #B7B6A8; }
span { border-color: rgb(183,182,168); }
td.TdClassName
{
border-color: #B7B6A8;
}
.TagClassName
{
border-color: #B7B6A8;
}
</style>