Shades of Mischka #ABACB0
Tints of Mischka #ABACB0
RGB
CMYK
RGB Variations
Color information
#ABACB0 (or 0xABACB0) is known color: Mischka. HEX triplet: AB, AC and B0. RGB value is (171,172,176). Sum of RGB (Red+Green+Blue) = 171+172+176=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 176 - color contains mainly: blue. Hex color #ABACB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABACB0 is #54534F. Grayscale: #ACACAC. Windows color (decimal): -5526352 or 11578539. OLE color: 11578539.
HSL color Cylindrical-coordinate representation of color #ABACB0: hue angle of 228º 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 #ABACB0 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 172 | 176 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.31 |
| HSL | 228º | 0.03% | 0.68% | - |
| HSV(B) | 228º | 0.03% | 0.69% | - |
| XYZ | 39.38 | 41.3 | 46.97 | - |
| YUV | 172.16 | 130.17 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 176 | 0.03 | 0.02 | 0 | 0.31 | 228 | 0.03 | 0.68 |
| Hex | AB | AC | B0 | 3 | 2 | 0 | 1F | E4 | 3 | 44 |
| Octal | 253 | 254 | 260 | 3 | 2 | 0 | 37 | 344 | 3 | 104 |
| Binary | 10101011 | 10101100 | 10110000 | 11 | 10 | 0 | 11111 | 11100100 | 11 | 1000100 |
Color Harmonies of #ABACB0
Complementary color
Monochromatic Colors of #ABACB0
Black with #ABACB0
Text Example
Text Example
White with #ABACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABACB0; }
p { color: rgb(171,172,176); }
H1.HeaderClassName
{
color: #ABACB0;
}
.AnyTagClassName
{
color: #ABACB0;
}
</style>
background-color css
<style>
a { background-color: #ABACB0; }
a { background-color: rgb(171,172,176); }
div.DivClassName
{
background-color: #ABACB0;
}
.BgClassName
{
background-color: #ABACB0;
}
</style>
border-color css
<style>
span { border-color: #ABACB0; }
span { border-color: rgb(171,172,176); }
td.TdClassName
{
border-color: #ABACB0;
}
.TagClassName
{
border-color: #ABACB0;
}
</style>