Shades of Dark Gray #B2AAAA
Tints of Dark Gray #B2AAAA
RGB
CMYK
RGB Variations
Color information
#B2AAAA (or 0xB2AAAA) is known color: Dark Gray. HEX triplet: B2, AA and AA. RGB value is (178,170,170). Sum of RGB (Red+Green+Blue) = 178+170+170=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AAAA is #4D5555. Grayscale: #ACACAC. Windows color (decimal): -5068118 or 11184818. OLE color: 11184818.
HSL color Cylindrical-coordinate representation of color #B2AAAA: hue angle of 0º degrees, saturation: 0.05, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B2AAAA is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 170 | 170 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.30 |
| HSL | 0º | 0.05% | 0.68% | - |
| HSV(B) | 0º | 0.04% | 0.7% | - |
| XYZ | 39.99 | 41.12 | 43.86 | - |
| YUV | 172.39 | 126.65 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 170 | 0 | 0.04 | 0.04 | 0.30 | 0 | 0.05 | 0.68 |
| Hex | B2 | AA | AA | 0 | 4 | 4 | 1E | 0 | 5 | 44 |
| Octal | 262 | 252 | 252 | 0 | 4 | 4 | 36 | 0 | 5 | 104 |
| Binary | 10110010 | 10101010 | 10101010 | 0 | 100 | 100 | 11110 | 0 | 101 | 1000100 |
Color Harmonies of #B2AAAA
Complementary color
Monochromatic Colors of #B2AAAA
Black with #B2AAAA
Text Example
Text Example
White with #B2AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AAAA; }
p { color: rgb(178,170,170); }
H1.HeaderClassName
{
color: #B2AAAA;
}
.AnyTagClassName
{
color: #B2AAAA;
}
</style>
background-color css
<style>
a { background-color: #B2AAAA; }
a { background-color: rgb(178,170,170); }
div.DivClassName
{
background-color: #B2AAAA;
}
.BgClassName
{
background-color: #B2AAAA;
}
</style>
border-color css
<style>
span { border-color: #B2AAAA; }
span { border-color: rgb(178,170,170); }
td.TdClassName
{
border-color: #B2AAAA;
}
.TagClassName
{
border-color: #B2AAAA;
}
</style>