Shades of Dark Gray #B2ADAD
Tints of Dark Gray #B2ADAD
RGB
CMYK
RGB Variations
Color information
#B2ADAD (or 0xB2ADAD) is known color: Dark Gray. HEX triplet: B2, AD and AD. RGB value is (178,173,173). Sum of RGB (Red+Green+Blue) = 178+173+173=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 178 - color contains mainly: red. Hex color #B2ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2ADAD is #4D5252. Grayscale: #AEAEAE. Windows color (decimal): -5067347 or 11382194. OLE color: 11382194.
HSL color Cylindrical-coordinate representation of color #B2ADAD: hue angle of 0º degrees, saturation: 0.03, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B2ADAD is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
RGB | 178 | 173 | 173 | - |
CMYK | 0 | 0.03 | 0.03 | 0.30 |
HSL | 0º | 0.03% | 0.69% | - |
HSV(B) | 0º | 0.03% | 0.7% | - |
XYZ | 40.85 | 42.37 | 45.56 | - |
YUV | 174.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 173 | 173 | 0 | 0.03 | 0.03 | 0.30 | 0 | 0.03 | 0.69 |
Hex | B2 | AD | AD | 0 | 3 | 3 | 1E | 0 | 3 | 45 |
Octal | 262 | 255 | 255 | 0 | 3 | 3 | 36 | 0 | 3 | 105 |
Binary | 10110010 | 10101101 | 10101101 | 0 | 11 | 11 | 11110 | 0 | 11 | 1000101 |
Color Harmonies of #B2ADAD
Complementary color
Monochromatic Colors of #B2ADAD
Black with #B2ADAD
Text Example
Text Example
White with #B2ADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ADAD; }
p { color: rgb(178,173,173); }
H1.HeaderClassName
{
color: #B2ADAD;
}
.AnyTagClassName
{
color: #B2ADAD;
}
</style>
background-color css
<style>
a { background-color: #B2ADAD; }
a { background-color: rgb(178,173,173); }
div.DivClassName
{
background-color: #B2ADAD;
}
.BgClassName
{
background-color: #B2ADAD;
}
</style>
border-color css
<style>
span { border-color: #B2ADAD; }
span { border-color: rgb(178,173,173); }
td.TdClassName
{
border-color: #B2ADAD;
}
.TagClassName
{
border-color: #B2ADAD;
}
</style>