Shades of Mist Grey #B7B8A6
Tints of Mist Grey #B7B8A6
RGB
CMYK
RGB Variations
Color information
#B7B8A6 (or 0xB7B8A6) is known color: Mist Grey. HEX triplet: B7, B8 and A6. RGB value is (183,184,166). Sum of RGB (Red+Green+Blue) = 183+184+166=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 184 (72.27% from 255 or 34.52% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 184 - color contains mainly: green. Hex color #B7B8A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B8A6 is #484759. Grayscale: #B5B5B5. Windows color (decimal): -4736858 or 10926263. OLE color: 10926263.
HSL color Cylindrical-coordinate representation of color #B7B8A6: hue angle of 63.33º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7B8A6 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 184 | 166 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.28 |
| HSL | 63.33º | 0.11% | 0.69% | - |
| HSV(B) | 63.33º | 0.1% | 0.72% | - |
| XYZ | 43.55 | 47.1 | 42.87 | - |
| YUV | 181.65 | 119.17 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 184 | 166 | 0.01 | 0 | 0.10 | 0.28 | 63.33 | 0.11 | 0.69 |
| Hex | B7 | B8 | A6 | 1 | 0 | A | 1C | 3F | B | 45 |
| Octal | 267 | 270 | 246 | 1 | 0 | 12 | 34 | 77 | 13 | 105 |
| Binary | 10110111 | 10111000 | 10100110 | 1 | 0 | 1010 | 11100 | 111111 | 1011 | 1000101 |
Color Harmonies of #B7B8A6
Complementary color
Monochromatic Colors of #B7B8A6
Black with #B7B8A6
Text Example
Text Example
White with #B7B8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B8A6; }
p { color: rgb(183,184,166); }
H1.HeaderClassName
{
color: #B7B8A6;
}
.AnyTagClassName
{
color: #B7B8A6;
}
</style>
background-color css
<style>
a { background-color: #B7B8A6; }
a { background-color: rgb(183,184,166); }
div.DivClassName
{
background-color: #B7B8A6;
}
.BgClassName
{
background-color: #B7B8A6;
}
</style>
border-color css
<style>
span { border-color: #B7B8A6; }
span { border-color: rgb(183,184,166); }
td.TdClassName
{
border-color: #B7B8A6;
}
.TagClassName
{
border-color: #B7B8A6;
}
</style>