Shades of Mist Grey #B8B8B5
Tints of Mist Grey #B8B8B5
RGB
CMYK
RGB Variations
Color information
#B8B8B5 (or 0xB8B8B5) is known color: Mist Grey. HEX triplet: B8, B8 and B5. RGB value is (184,184,181). Sum of RGB (Red+Green+Blue) = 184+184+181=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 184 - color contains mainly: red, green. Hex color #B8B8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B8B5 is #47474A. Grayscale: #B7B7B7. Windows color (decimal): -4671307 or 11909304. OLE color: 11909304.
HSL color Cylindrical-coordinate representation of color #B8B8B5: hue angle of 60º degrees, saturation: 0.02, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B8B8B5 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
RGB | 184 | 184 | 181 | - |
CMYK | 0 | 0 | 0.02 | 0.28 |
HSL | 60º | 0.02% | 0.72% | - |
HSV(B) | 60º | 0.02% | 0.72% | - |
XYZ | 45.25 | 47.81 | 50.56 | - |
YUV | 183.66 | 126.5 | 128.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 184 | 181 | 0 | 0 | 0.02 | 0.28 | 60 | 0.02 | 0.72 |
Hex | B8 | B8 | B5 | 0 | 0 | 2 | 1C | 3C | 2 | 48 |
Octal | 270 | 270 | 265 | 0 | 0 | 2 | 34 | 74 | 2 | 110 |
Binary | 10111000 | 10111000 | 10110101 | 0 | 0 | 10 | 11100 | 111100 | 10 | 1001000 |
Color Harmonies of #B8B8B5
Complementary color
Monochromatic Colors of #B8B8B5
Black with #B8B8B5
Text Example
Text Example
White with #B8B8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B8B5; }
p { color: rgb(184,184,181); }
H1.HeaderClassName
{
color: #B8B8B5;
}
.AnyTagClassName
{
color: #B8B8B5;
}
</style>
background-color css
<style>
a { background-color: #B8B8B5; }
a { background-color: rgb(184,184,181); }
div.DivClassName
{
background-color: #B8B8B5;
}
.BgClassName
{
background-color: #B8B8B5;
}
</style>
border-color css
<style>
span { border-color: #B8B8B5; }
span { border-color: rgb(184,184,181); }
td.TdClassName
{
border-color: #B8B8B5;
}
.TagClassName
{
border-color: #B8B8B5;
}
</style>