Shades of Mist Grey #B3B3A3
Tints of Mist Grey #B3B3A3
RGB
CMYK
RGB Variations
Color information
#B3B3A3 (or 0xB3B3A3) is known color: Mist Grey. HEX triplet: B3, B3 and A3. RGB value is (179,179,163). Sum of RGB (Red+Green+Blue) = 179+179+163=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B3A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B3A3 is #4C4C5C. Grayscale: #B1B1B1. Windows color (decimal): -5000285 or 10728371. OLE color: 10728371.
HSL color Cylindrical-coordinate representation of color #B3B3A3: hue angle of 60º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B3B3A3 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 179 | 163 | - |
| CMYK | 0 | 0 | 0.09 | 0.30 |
| HSL | 60º | 0.1% | 0.67% | - |
| HSV(B) | 60º | 0.09% | 0.7% | - |
| XYZ | 41.32 | 44.47 | 41.06 | - |
| YUV | 177.18 | 120 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 179 | 163 | 0 | 0 | 0.09 | 0.30 | 60 | 0.1 | 0.67 |
| Hex | B3 | B3 | A3 | 0 | 0 | 9 | 1E | 3C | A | 43 |
| Octal | 263 | 263 | 243 | 0 | 0 | 11 | 36 | 74 | 12 | 103 |
| Binary | 10110011 | 10110011 | 10100011 | 0 | 0 | 1001 | 11110 | 111100 | 1010 | 1000011 |
Color Harmonies of #B3B3A3
Complementary color
Monochromatic Colors of #B3B3A3
Black with #B3B3A3
Text Example
Text Example
White with #B3B3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B3A3; }
p { color: rgb(179,179,163); }
H1.HeaderClassName
{
color: #B3B3A3;
}
.AnyTagClassName
{
color: #B3B3A3;
}
</style>
background-color css
<style>
a { background-color: #B3B3A3; }
a { background-color: rgb(179,179,163); }
div.DivClassName
{
background-color: #B3B3A3;
}
.BgClassName
{
background-color: #B3B3A3;
}
</style>
border-color css
<style>
span { border-color: #B3B3A3; }
span { border-color: rgb(179,179,163); }
td.TdClassName
{
border-color: #B3B3A3;
}
.TagClassName
{
border-color: #B3B3A3;
}
</style>