Shades of Mischka #AAADBD
Tints of Mischka #AAADBD
RGB
CMYK
RGB Variations
Color information
#AAADBD (or 0xAAADBD) is known color: Mischka. HEX triplet: AA, AD and BD. RGB value is (170,173,189). Sum of RGB (Red+Green+Blue) = 170+173+189=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 189 - color contains mainly: blue. Hex color #AAADBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADBD is #555242. Grayscale: #ADADAD. Windows color (decimal): -5591619 or 12430762. OLE color: 12430762.
HSL color Cylindrical-coordinate representation of color #AAADBD: hue angle of 230.53º degrees, saturation: 0.13, 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 #AAADBD is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 173 | 189 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.26 |
| HSL | 230.53º | 0.13% | 0.7% | - |
| HSV(B) | 230.53º | 0.1% | 0.74% | - |
| XYZ | 40.71 | 42.11 | 54.13 | - |
| YUV | 173.93 | 136.51 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 189 | 0.10 | 0.08 | 0 | 0.26 | 230.53 | 0.13 | 0.7 |
| Hex | AA | AD | BD | A | 8 | 0 | 1A | E7 | D | 46 |
| Octal | 252 | 255 | 275 | 12 | 10 | 0 | 32 | 347 | 15 | 106 |
| Binary | 10101010 | 10101101 | 10111101 | 1010 | 1000 | 0 | 11010 | 11100111 | 1101 | 1000110 |
Color Harmonies of #AAADBD
Complementary color
Monochromatic Colors of #AAADBD
Black with #AAADBD
Text Example
Text Example
White with #AAADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAADBD; }
p { color: rgb(170,173,189); }
H1.HeaderClassName
{
color: #AAADBD;
}
.AnyTagClassName
{
color: #AAADBD;
}
</style>
background-color css
<style>
a { background-color: #AAADBD; }
a { background-color: rgb(170,173,189); }
div.DivClassName
{
background-color: #AAADBD;
}
.BgClassName
{
background-color: #AAADBD;
}
</style>
border-color css
<style>
span { border-color: #AAADBD; }
span { border-color: rgb(170,173,189); }
td.TdClassName
{
border-color: #AAADBD;
}
.TagClassName
{
border-color: #AAADBD;
}
</style>