Shades of Mischka #ABACB2
Tints of Mischka #ABACB2
RGB
CMYK
RGB Variations
Color information
#ABACB2 (or 0xABACB2) is known color: Mischka. HEX triplet: AB, AC and B2. RGB value is (171,172,178). Sum of RGB (Red+Green+Blue) = 171+172+178=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 178 - color contains mainly: blue. Hex color #ABACB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABACB2 is #54534D. Grayscale: #ACACAC. Windows color (decimal): -5526350 or 11709611. OLE color: 11709611.
HSL color Cylindrical-coordinate representation of color #ABACB2: hue angle of 231.43º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ABACB2 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 171 | 172 | 178 | - |
CMYK | 0.04 | 0.03 | 0 | 0.30 |
HSL | 231.43º | 0.04% | 0.68% | - |
HSV(B) | 231.43º | 0.04% | 0.7% | - |
XYZ | 39.58 | 41.38 | 48.02 | - |
YUV | 172.39 | 131.17 | 127.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 172 | 178 | 0.04 | 0.03 | 0 | 0.30 | 231.43 | 0.04 | 0.68 |
Hex | AB | AC | B2 | 4 | 3 | 0 | 1E | E7 | 4 | 44 |
Octal | 253 | 254 | 262 | 4 | 3 | 0 | 36 | 347 | 4 | 104 |
Binary | 10101011 | 10101100 | 10110010 | 100 | 11 | 0 | 11110 | 11100111 | 100 | 1000100 |
Color Harmonies of #ABACB2
Complementary color
Monochromatic Colors of #ABACB2
Black with #ABACB2
Text Example
Text Example
White with #ABACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABACB2; }
p { color: rgb(171,172,178); }
H1.HeaderClassName
{
color: #ABACB2;
}
.AnyTagClassName
{
color: #ABACB2;
}
</style>
background-color css
<style>
a { background-color: #ABACB2; }
a { background-color: rgb(171,172,178); }
div.DivClassName
{
background-color: #ABACB2;
}
.BgClassName
{
background-color: #ABACB2;
}
</style>
border-color css
<style>
span { border-color: #ABACB2; }
span { border-color: rgb(171,172,178); }
td.TdClassName
{
border-color: #ABACB2;
}
.TagClassName
{
border-color: #ABACB2;
}
</style>