Shades of Mischka #AAADBE
Tints of Mischka #AAADBE
RGB
CMYK
RGB Variations
Color information
#AAADBE (or 0xAAADBE) is known color: Mischka. HEX triplet: AA, AD and BE. RGB value is (170,173,190). Sum of RGB (Red+Green+Blue) = 170+173+190=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 190 - color contains mainly: blue. Hex color #AAADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADBE is #555241. Grayscale: #ADADAD. Windows color (decimal): -5591618 or 12496298. OLE color: 12496298.
HSL color Cylindrical-coordinate representation of color #AAADBE: hue angle of 231º 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 #AAADBE is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 173 | 190 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.25 |
| HSL | 231º | 0.13% | 0.71% | - |
| HSV(B) | 231º | 0.11% | 0.75% | - |
| XYZ | 40.82 | 42.15 | 54.7 | - |
| YUV | 174.04 | 137.01 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 190 | 0.11 | 0.09 | 0 | 0.25 | 231 | 0.13 | 0.71 |
| Hex | AA | AD | BE | B | 9 | 0 | 19 | E7 | D | 47 |
| Octal | 252 | 255 | 276 | 13 | 11 | 0 | 31 | 347 | 15 | 107 |
| Binary | 10101010 | 10101101 | 10111110 | 1011 | 1001 | 0 | 11001 | 11100111 | 1101 | 1000111 |
Color Harmonies of #AAADBE
Complementary color
Monochromatic Colors of #AAADBE
Black with #AAADBE
Text Example
Text Example
White with #AAADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAADBE; }
p { color: rgb(170,173,190); }
H1.HeaderClassName
{
color: #AAADBE;
}
.AnyTagClassName
{
color: #AAADBE;
}
</style>
background-color css
<style>
a { background-color: #AAADBE; }
a { background-color: rgb(170,173,190); }
div.DivClassName
{
background-color: #AAADBE;
}
.BgClassName
{
background-color: #AAADBE;
}
</style>
border-color css
<style>
span { border-color: #AAADBE; }
span { border-color: rgb(170,173,190); }
td.TdClassName
{
border-color: #AAADBE;
}
.TagClassName
{
border-color: #AAADBE;
}
</style>