Shades of Mischka #AAB0BE
Tints of Mischka #AAB0BE
RGB
CMYK
RGB Variations
Color information
#AAB0BE (or 0xAAB0BE) is known color: Mischka. HEX triplet: AA, B0 and BE. RGB value is (170,176,190). Sum of RGB (Red+Green+Blue) = 170+176+190=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 190 - color contains mainly: blue. Hex color #AAB0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0BE is #554F41. Grayscale: #AFAFAF. Windows color (decimal): -5590850 or 12497066. OLE color: 12497066.
HSL color Cylindrical-coordinate representation of color #AAB0BE: hue angle of 222º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAB0BE is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 176 | 190 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.25 |
| HSL | 222º | 0.13% | 0.71% | - |
| HSV(B) | 222º | 0.11% | 0.75% | - |
| XYZ | 41.4 | 43.31 | 54.89 | - |
| YUV | 175.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 190 | 0.11 | 0.07 | 0 | 0.25 | 222 | 0.13 | 0.71 |
| Hex | AA | B0 | BE | B | 7 | 0 | 19 | DE | D | 47 |
| Octal | 252 | 260 | 276 | 13 | 7 | 0 | 31 | 336 | 15 | 107 |
| Binary | 10101010 | 10110000 | 10111110 | 1011 | 111 | 0 | 11001 | 11011110 | 1101 | 1000111 |
Color Harmonies of #AAB0BE
Complementary color
Monochromatic Colors of #AAB0BE
Black with #AAB0BE
Text Example
Text Example
White with #AAB0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB0BE; }
p { color: rgb(170,176,190); }
H1.HeaderClassName
{
color: #AAB0BE;
}
.AnyTagClassName
{
color: #AAB0BE;
}
</style>
background-color css
<style>
a { background-color: #AAB0BE; }
a { background-color: rgb(170,176,190); }
div.DivClassName
{
background-color: #AAB0BE;
}
.BgClassName
{
background-color: #AAB0BE;
}
</style>
border-color css
<style>
span { border-color: #AAB0BE; }
span { border-color: rgb(170,176,190); }
td.TdClassName
{
border-color: #AAB0BE;
}
.TagClassName
{
border-color: #AAB0BE;
}
</style>