Shades of Dark Gray #B1ABAB
Tints of Dark Gray #B1ABAB
RGB
CMYK
RGB Variations
Color information
#B1ABAB (or 0xB1ABAB) is known color: Dark Gray. HEX triplet: B1, AB and AB. RGB value is (177,171,171). Sum of RGB (Red+Green+Blue) = 177+171+171=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 177 - color contains mainly: red. Hex color #B1ABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1ABAB is #4E5454. Grayscale: #ACACAC. Windows color (decimal): -5133397 or 11250609. OLE color: 11250609.
HSL color Cylindrical-coordinate representation of color #B1ABAB: hue angle of 0º degrees, saturation: 0.04, 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 #B1ABAB is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
RGB | 177 | 171 | 171 | - |
CMYK | 0 | 0.03 | 0.03 | 0.31 |
HSL | 0º | 0.04% | 0.68% | - |
HSV(B) | 0º | 0.03% | 0.69% | - |
XYZ | 40.05 | 41.41 | 44.41 | - |
YUV | 172.79 | 126.99 | 131 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 177 | 171 | 171 | 0 | 0.03 | 0.03 | 0.31 | 0 | 0.04 | 0.68 |
Hex | B1 | AB | AB | 0 | 3 | 3 | 1F | 0 | 4 | 44 |
Octal | 261 | 253 | 253 | 0 | 3 | 3 | 37 | 0 | 4 | 104 |
Binary | 10110001 | 10101011 | 10101011 | 0 | 11 | 11 | 11111 | 0 | 100 | 1000100 |
Color Harmonies of #B1ABAB
Complementary color
Monochromatic Colors of #B1ABAB
Black with #B1ABAB
Text Example
Text Example
White with #B1ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ABAB; }
p { color: rgb(177,171,171); }
H1.HeaderClassName
{
color: #B1ABAB;
}
.AnyTagClassName
{
color: #B1ABAB;
}
</style>
background-color css
<style>
a { background-color: #B1ABAB; }
a { background-color: rgb(177,171,171); }
div.DivClassName
{
background-color: #B1ABAB;
}
.BgClassName
{
background-color: #B1ABAB;
}
</style>
border-color css
<style>
span { border-color: #B1ABAB; }
span { border-color: rgb(177,171,171); }
td.TdClassName
{
border-color: #B1ABAB;
}
.TagClassName
{
border-color: #B1ABAB;
}
</style>