Shades of Dark Gray #B5ABAA
Tints of Dark Gray #B5ABAA
RGB
CMYK
RGB Variations
Color information
#B5ABAA (or 0xB5ABAA) is known color: Dark Gray. HEX triplet: B5, AB and AA. RGB value is (181,171,170). Sum of RGB (Red+Green+Blue) = 181+171+170=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ABAA is #4A5455. Grayscale: #ADADAD. Windows color (decimal): -4871254 or 11185077. OLE color: 11185077.
HSL color Cylindrical-coordinate representation of color #B5ABAA: hue angle of 5.45º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B5ABAA is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 171 | 170 | - |
CMYK | 0 | 0.06 | 0.06 | 0.29 |
HSL | 5.45º | 0.07% | 0.69% | - |
HSV(B) | 5.45º | 0.06% | 0.71% | - |
XYZ | 40.87 | 41.85 | 43.95 | - |
YUV | 173.88 | 125.81 | 133.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 171 | 170 | 0 | 0.06 | 0.06 | 0.29 | 5.45 | 0.07 | 0.69 |
Hex | B5 | AB | AA | 0 | 6 | 6 | 1D | 5 | 7 | 45 |
Octal | 265 | 253 | 252 | 0 | 6 | 6 | 35 | 5 | 7 | 105 |
Binary | 10110101 | 10101011 | 10101010 | 0 | 110 | 110 | 11101 | 101 | 111 | 1000101 |
Color Harmonies of #B5ABAA
Complementary color
Monochromatic Colors of #B5ABAA
Black with #B5ABAA
Text Example
Text Example
White with #B5ABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ABAA; }
p { color: rgb(181,171,170); }
H1.HeaderClassName
{
color: #B5ABAA;
}
.AnyTagClassName
{
color: #B5ABAA;
}
</style>
background-color css
<style>
a { background-color: #B5ABAA; }
a { background-color: rgb(181,171,170); }
div.DivClassName
{
background-color: #B5ABAA;
}
.BgClassName
{
background-color: #B5ABAA;
}
</style>
border-color css
<style>
span { border-color: #B5ABAA; }
span { border-color: rgb(181,171,170); }
td.TdClassName
{
border-color: #B5ABAA;
}
.TagClassName
{
border-color: #B5ABAA;
}
</style>