Shades of Perano #AAB9EE
Tints of Perano #AAB9EE
RGB
CMYK
RGB Variations
Color information
#AAB9EE (or 0xAAB9EE) is known color: Perano. HEX triplet: AA, B9 and EE. RGB value is (170,185,238). Sum of RGB (Red+Green+Blue) = 170+185+238=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 185 (72.66% from 255 or 31.20% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAB9EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB9EE is #554611. Grayscale: #BABABA. Windows color (decimal): -5588498 or 15645098. OLE color: 15645098.
HSL color Cylindrical-coordinate representation of color #AAB9EE: hue angle of 226.76º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAB9EE is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 185 | 238 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.07 |
| HSL | 226.76º | 0.67% | 0.8% | - |
| HSV(B) | 226.76º | 0.29% | 0.93% | - |
| XYZ | 49.36 | 49.42 | 87.83 | - |
| YUV | 186.56 | 157.03 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 238 | 0.29 | 0.22 | 0 | 0.07 | 226.76 | 0.67 | 0.8 |
| Hex | AA | B9 | EE | 1D | 16 | 0 | 7 | E3 | 43 | 50 |
| Octal | 252 | 271 | 356 | 35 | 26 | 0 | 7 | 343 | 103 | 120 |
| Binary | 10101010 | 10111001 | 11101110 | 11101 | 10110 | 0 | 111 | 11100011 | 1000011 | 1010000 |
Color Harmonies of #AAB9EE
Complementary color
Monochromatic Colors of #AAB9EE
Black with #AAB9EE
Text Example
Text Example
White with #AAB9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB9EE; }
p { color: rgb(170,185,238); }
H1.HeaderClassName
{
color: #AAB9EE;
}
.AnyTagClassName
{
color: #AAB9EE;
}
</style>
background-color css
<style>
a { background-color: #AAB9EE; }
a { background-color: rgb(170,185,238); }
div.DivClassName
{
background-color: #AAB9EE;
}
.BgClassName
{
background-color: #AAB9EE;
}
</style>
border-color css
<style>
span { border-color: #AAB9EE; }
span { border-color: rgb(170,185,238); }
td.TdClassName
{
border-color: #AAB9EE;
}
.TagClassName
{
border-color: #AAB9EE;
}
</style>