Shades of Mischka #ABAEB6
Tints of Mischka #ABAEB6
RGB
CMYK
RGB Variations
Color information
#ABAEB6 (or 0xABAEB6) is known color: Mischka. HEX triplet: AB, AE and B6. RGB value is (171,174,182). Sum of RGB (Red+Green+Blue) = 171+174+182=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 182 - color contains mainly: blue. Hex color #ABAEB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAEB6 is #545149. Grayscale: #ADADAD. Windows color (decimal): -5525834 or 11972267. OLE color: 11972267.
HSL color Cylindrical-coordinate representation of color #ABAEB6: hue angle of 223.64º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ABAEB6 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 171 | 174 | 182 | - |
CMYK | 0.06 | 0.04 | 0 | 0.29 |
HSL | 223.64º | 0.07% | 0.69% | - |
HSV(B) | 223.64º | 0.06% | 0.71% | - |
XYZ | 40.37 | 42.31 | 50.29 | - |
YUV | 174.02 | 132.51 | 125.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 174 | 182 | 0.06 | 0.04 | 0 | 0.29 | 223.64 | 0.07 | 0.69 |
Hex | AB | AE | B6 | 6 | 4 | 0 | 1D | E0 | 7 | 45 |
Octal | 253 | 256 | 266 | 6 | 4 | 0 | 35 | 340 | 7 | 105 |
Binary | 10101011 | 10101110 | 10110110 | 110 | 100 | 0 | 11101 | 11100000 | 111 | 1000101 |
Color Harmonies of #ABAEB6
Complementary color
Monochromatic Colors of #ABAEB6
Black with #ABAEB6
Text Example
Text Example
White with #ABAEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAEB6; }
p { color: rgb(171,174,182); }
H1.HeaderClassName
{
color: #ABAEB6;
}
.AnyTagClassName
{
color: #ABAEB6;
}
</style>
background-color css
<style>
a { background-color: #ABAEB6; }
a { background-color: rgb(171,174,182); }
div.DivClassName
{
background-color: #ABAEB6;
}
.BgClassName
{
background-color: #ABAEB6;
}
</style>
border-color css
<style>
span { border-color: #ABAEB6; }
span { border-color: rgb(171,174,182); }
td.TdClassName
{
border-color: #ABAEB6;
}
.TagClassName
{
border-color: #ABAEB6;
}
</style>