Shades of Mischka #ABAEB7
Tints of Mischka #ABAEB7
RGB
CMYK
RGB Variations
Color information
#ABAEB7 (or 0xABAEB7) is known color: Mischka. HEX triplet: AB, AE and B7. RGB value is (171,174,183). Sum of RGB (Red+Green+Blue) = 171+174+183=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 183 - color contains mainly: blue. Hex color #ABAEB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAEB7 is #545148. Grayscale: #AEAEAE. Windows color (decimal): -5525833 or 12037803. OLE color: 12037803.
HSL color Cylindrical-coordinate representation of color #ABAEB7: hue angle of 225º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABAEB7 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 171 | 174 | 183 | - |
CMYK | 0.07 | 0.05 | 0 | 0.28 |
HSL | 225º | 0.08% | 0.69% | - |
HSV(B) | 225º | 0.07% | 0.72% | - |
XYZ | 40.48 | 42.35 | 50.84 | - |
YUV | 174.13 | 133.01 | 125.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 174 | 183 | 0.07 | 0.05 | 0 | 0.28 | 225 | 0.08 | 0.69 |
Hex | AB | AE | B7 | 7 | 5 | 0 | 1C | E1 | 8 | 45 |
Octal | 253 | 256 | 267 | 7 | 5 | 0 | 34 | 341 | 10 | 105 |
Binary | 10101011 | 10101110 | 10110111 | 111 | 101 | 0 | 11100 | 11100001 | 1000 | 1000101 |
Color Harmonies of #ABAEB7
Complementary color
Monochromatic Colors of #ABAEB7
Black with #ABAEB7
Text Example
Text Example
White with #ABAEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAEB7; }
p { color: rgb(171,174,183); }
H1.HeaderClassName
{
color: #ABAEB7;
}
.AnyTagClassName
{
color: #ABAEB7;
}
</style>
background-color css
<style>
a { background-color: #ABAEB7; }
a { background-color: rgb(171,174,183); }
div.DivClassName
{
background-color: #ABAEB7;
}
.BgClassName
{
background-color: #ABAEB7;
}
</style>
border-color css
<style>
span { border-color: #ABAEB7; }
span { border-color: rgb(171,174,183); }
td.TdClassName
{
border-color: #ABAEB7;
}
.TagClassName
{
border-color: #ABAEB7;
}
</style>