Shades of Mischka #ABAEB2
Tints of Mischka #ABAEB2
RGB
CMYK
RGB Variations
Color information
#ABAEB2 (or 0xABAEB2) is known color: Mischka. HEX triplet: AB, AE and B2. RGB value is (171,174,178). Sum of RGB (Red+Green+Blue) = 171+174+178=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 178 - color contains mainly: blue. Hex color #ABAEB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAEB2 is #54514D. Grayscale: #ADADAD. Windows color (decimal): -5525838 or 11710123. OLE color: 11710123.
HSL color Cylindrical-coordinate representation of color #ABAEB2: hue angle of 214.29º 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 #ABAEB2 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 171 | 174 | 178 | - |
CMYK | 0.04 | 0.02 | 0 | 0.30 |
HSL | 214.29º | 0.04% | 0.68% | - |
HSV(B) | 214.29º | 0.04% | 0.7% | - |
XYZ | 39.97 | 42.14 | 48.15 | - |
YUV | 173.56 | 130.51 | 126.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 174 | 178 | 0.04 | 0.02 | 0 | 0.30 | 214.29 | 0.04 | 0.68 |
Hex | AB | AE | B2 | 4 | 2 | 0 | 1E | D6 | 4 | 44 |
Octal | 253 | 256 | 262 | 4 | 2 | 0 | 36 | 326 | 4 | 104 |
Binary | 10101011 | 10101110 | 10110010 | 100 | 10 | 0 | 11110 | 11010110 | 100 | 1000100 |
Color Harmonies of #ABAEB2
Complementary color
Monochromatic Colors of #ABAEB2
Black with #ABAEB2
Text Example
Text Example
White with #ABAEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAEB2; }
p { color: rgb(171,174,178); }
H1.HeaderClassName
{
color: #ABAEB2;
}
.AnyTagClassName
{
color: #ABAEB2;
}
</style>
background-color css
<style>
a { background-color: #ABAEB2; }
a { background-color: rgb(171,174,178); }
div.DivClassName
{
background-color: #ABAEB2;
}
.BgClassName
{
background-color: #ABAEB2;
}
</style>
border-color css
<style>
span { border-color: #ABAEB2; }
span { border-color: rgb(171,174,178); }
td.TdClassName
{
border-color: #ABAEB2;
}
.TagClassName
{
border-color: #ABAEB2;
}
</style>