Shades of Mischka #ABACB1
Tints of Mischka #ABACB1
RGB
CMYK
RGB Variations
Color information
#ABACB1 (or 0xABACB1) is known color: Mischka. HEX triplet: AB, AC and B1. RGB value is (171,172,177). Sum of RGB (Red+Green+Blue) = 171+172+177=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 177 - color contains mainly: blue. Hex color #ABACB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABACB1 is #54534E. Grayscale: #ACACAC. Windows color (decimal): -5526351 or 11644075. OLE color: 11644075.
HSL color Cylindrical-coordinate representation of color #ABACB1: hue angle of 230º 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 #ABACB1 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 172 | 177 | - |
| CMYK | 0.03 | 0.03 | 0 | 0.31 |
| HSL | 230º | 0.04% | 0.68% | - |
| HSV(B) | 230º | 0.03% | 0.69% | - |
| XYZ | 39.48 | 41.34 | 47.49 | - |
| YUV | 172.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 177 | 0.03 | 0.03 | 0 | 0.31 | 230 | 0.04 | 0.68 |
| Hex | AB | AC | B1 | 3 | 3 | 0 | 1F | E6 | 4 | 44 |
| Octal | 253 | 254 | 261 | 3 | 3 | 0 | 37 | 346 | 4 | 104 |
| Binary | 10101011 | 10101100 | 10110001 | 11 | 11 | 0 | 11111 | 11100110 | 100 | 1000100 |
Color Harmonies of #ABACB1
Complementary color
Monochromatic Colors of #ABACB1
Black with #ABACB1
Text Example
Text Example
White with #ABACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABACB1; }
p { color: rgb(171,172,177); }
H1.HeaderClassName
{
color: #ABACB1;
}
.AnyTagClassName
{
color: #ABACB1;
}
</style>
background-color css
<style>
a { background-color: #ABACB1; }
a { background-color: rgb(171,172,177); }
div.DivClassName
{
background-color: #ABACB1;
}
.BgClassName
{
background-color: #ABACB1;
}
</style>
border-color css
<style>
span { border-color: #ABACB1; }
span { border-color: rgb(171,172,177); }
td.TdClassName
{
border-color: #ABACB1;
}
.TagClassName
{
border-color: #ABACB1;
}
</style>