Shades of Perano #AAB9EF
Tints of Perano #AAB9EF
RGB
CMYK
RGB Variations
Color information
#AAB9EF (or 0xAAB9EF) is known color: Perano. HEX triplet: AA, B9 and EF. RGB value is (170,185,239). Sum of RGB (Red+Green+Blue) = 170+185+239=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #AAB9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB9EF is #554610. Grayscale: #BABABA. Windows color (decimal): -5588497 or 15710634. OLE color: 15710634.
HSL color Cylindrical-coordinate representation of color #AAB9EF: hue angle of 226.96º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAB9EF is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 185 | 239 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.06 |
| HSL | 226.96º | 0.68% | 0.8% | - |
| HSV(B) | 226.96º | 0.29% | 0.94% | - |
| XYZ | 49.51 | 49.48 | 88.6 | - |
| YUV | 186.67 | 157.53 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 239 | 0.29 | 0.23 | 0 | 0.06 | 226.96 | 0.68 | 0.8 |
| Hex | AA | B9 | EF | 1D | 17 | 0 | 6 | E3 | 44 | 50 |
| Octal | 252 | 271 | 357 | 35 | 27 | 0 | 6 | 343 | 104 | 120 |
| Binary | 10101010 | 10111001 | 11101111 | 11101 | 10111 | 0 | 110 | 11100011 | 1000100 | 1010000 |
Color Harmonies of #AAB9EF
Complementary color
Monochromatic Colors of #AAB9EF
Black with #AAB9EF
Text Example
Text Example
White with #AAB9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB9EF; }
p { color: rgb(170,185,239); }
H1.HeaderClassName
{
color: #AAB9EF;
}
.AnyTagClassName
{
color: #AAB9EF;
}
</style>
background-color css
<style>
a { background-color: #AAB9EF; }
a { background-color: rgb(170,185,239); }
div.DivClassName
{
background-color: #AAB9EF;
}
.BgClassName
{
background-color: #AAB9EF;
}
</style>
border-color css
<style>
span { border-color: #AAB9EF; }
span { border-color: rgb(170,185,239); }
td.TdClassName
{
border-color: #AAB9EF;
}
.TagClassName
{
border-color: #AAB9EF;
}
</style>