Shades of Mischka #AAB3BE
Tints of Mischka #AAB3BE
RGB
CMYK
RGB Variations
Color information
#AAB3BE (or 0xAAB3BE) is known color: Mischka. HEX triplet: AA, B3 and BE. RGB value is (170,179,190). Sum of RGB (Red+Green+Blue) = 170+179+190=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 190 - color contains mainly: blue. Hex color #AAB3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB3BE is #554C41. Grayscale: #B1B1B1. Windows color (decimal): -5590082 or 12497834. OLE color: 12497834.
HSL color Cylindrical-coordinate representation of color #AAB3BE: hue angle of 213º 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 #AAB3BE is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 179 | 190 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.25 |
| HSL | 213º | 0.13% | 0.71% | - |
| HSV(B) | 213º | 0.11% | 0.75% | - |
| XYZ | 41.99 | 44.5 | 55.09 | - |
| YUV | 177.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 190 | 0.11 | 0.06 | 0 | 0.25 | 213 | 0.13 | 0.71 |
| Hex | AA | B3 | BE | B | 6 | 0 | 19 | D5 | D | 47 |
| Octal | 252 | 263 | 276 | 13 | 6 | 0 | 31 | 325 | 15 | 107 |
| Binary | 10101010 | 10110011 | 10111110 | 1011 | 110 | 0 | 11001 | 11010101 | 1101 | 1000111 |
Color Harmonies of #AAB3BE
Complementary color
Monochromatic Colors of #AAB3BE
Black with #AAB3BE
Text Example
Text Example
White with #AAB3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB3BE; }
p { color: rgb(170,179,190); }
H1.HeaderClassName
{
color: #AAB3BE;
}
.AnyTagClassName
{
color: #AAB3BE;
}
</style>
background-color css
<style>
a { background-color: #AAB3BE; }
a { background-color: rgb(170,179,190); }
div.DivClassName
{
background-color: #AAB3BE;
}
.BgClassName
{
background-color: #AAB3BE;
}
</style>
border-color css
<style>
span { border-color: #AAB3BE; }
span { border-color: rgb(170,179,190); }
td.TdClassName
{
border-color: #AAB3BE;
}
.TagClassName
{
border-color: #AAB3BE;
}
</style>