Shades of Dark Gray #B0ABAB
Tints of Dark Gray #B0ABAB
RGB
CMYK
RGB Variations
Color information
#B0ABAB (or 0xB0ABAB) is known color: Dark Gray. HEX triplet: B0, AB and AB. RGB value is (176,171,171). Sum of RGB (Red+Green+Blue) = 176+171+171=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 176 - color contains mainly: red. Hex color #B0ABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0ABAB is #4F5454. Grayscale: #ACACAC. Windows color (decimal): -5198933 or 11250608. OLE color: 11250608.
HSL color Cylindrical-coordinate representation of color #B0ABAB: hue angle of 0º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B0ABAB is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
RGB | 176 | 171 | 171 | - |
CMYK | 0 | 0.03 | 0.03 | 0.31 |
HSL | 0º | 0.03% | 0.68% | - |
HSV(B) | 0º | 0.03% | 0.69% | - |
XYZ | 39.82 | 41.3 | 44.4 | - |
YUV | 172.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 171 | 171 | 0 | 0.03 | 0.03 | 0.31 | 0 | 0.03 | 0.68 |
Hex | B0 | AB | AB | 0 | 3 | 3 | 1F | 0 | 3 | 44 |
Octal | 260 | 253 | 253 | 0 | 3 | 3 | 37 | 0 | 3 | 104 |
Binary | 10110000 | 10101011 | 10101011 | 0 | 11 | 11 | 11111 | 0 | 11 | 1000100 |
Color Harmonies of #B0ABAB
Complementary color
Monochromatic Colors of #B0ABAB
Black with #B0ABAB
Text Example
Text Example
White with #B0ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ABAB; }
p { color: rgb(176,171,171); }
H1.HeaderClassName
{
color: #B0ABAB;
}
.AnyTagClassName
{
color: #B0ABAB;
}
</style>
background-color css
<style>
a { background-color: #B0ABAB; }
a { background-color: rgb(176,171,171); }
div.DivClassName
{
background-color: #B0ABAB;
}
.BgClassName
{
background-color: #B0ABAB;
}
</style>
border-color css
<style>
span { border-color: #B0ABAB; }
span { border-color: rgb(176,171,171); }
td.TdClassName
{
border-color: #B0ABAB;
}
.TagClassName
{
border-color: #B0ABAB;
}
</style>