Shades of Mischka #AAB2BC
Tints of Mischka #AAB2BC
RGB
CMYK
RGB Variations
Color information
#AAB2BC (or 0xAAB2BC) is known color: Mischka. HEX triplet: AA, B2 and BC. RGB value is (170,178,188). Sum of RGB (Red+Green+Blue) = 170+178+188=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 188 - color contains mainly: blue. Hex color #AAB2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2BC is #554D43. Grayscale: #B0B0B0. Windows color (decimal): -5590340 or 12366506. OLE color: 12366506.
HSL color Cylindrical-coordinate representation of color #AAB2BC: hue angle of 213.33º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAB2BC is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 178 | 188 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.26 |
| HSL | 213.33º | 0.12% | 0.7% | - |
| HSV(B) | 213.33º | 0.1% | 0.74% | - |
| XYZ | 41.58 | 44.02 | 53.88 | - |
| YUV | 176.75 | 134.35 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 188 | 0.10 | 0.05 | 0 | 0.26 | 213.33 | 0.12 | 0.7 |
| Hex | AA | B2 | BC | A | 5 | 0 | 1A | D5 | C | 46 |
| Octal | 252 | 262 | 274 | 12 | 5 | 0 | 32 | 325 | 14 | 106 |
| Binary | 10101010 | 10110010 | 10111100 | 1010 | 101 | 0 | 11010 | 11010101 | 1100 | 1000110 |
Color Harmonies of #AAB2BC
Complementary color
Monochromatic Colors of #AAB2BC
Black with #AAB2BC
Text Example
Text Example
White with #AAB2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB2BC; }
p { color: rgb(170,178,188); }
H1.HeaderClassName
{
color: #AAB2BC;
}
.AnyTagClassName
{
color: #AAB2BC;
}
</style>
background-color css
<style>
a { background-color: #AAB2BC; }
a { background-color: rgb(170,178,188); }
div.DivClassName
{
background-color: #AAB2BC;
}
.BgClassName
{
background-color: #AAB2BC;
}
</style>
border-color css
<style>
span { border-color: #AAB2BC; }
span { border-color: rgb(170,178,188); }
td.TdClassName
{
border-color: #AAB2BC;
}
.TagClassName
{
border-color: #AAB2BC;
}
</style>