Shades of Perano #AAB9E9
Tints of Perano #AAB9E9
RGB
CMYK
RGB Variations
Color information
#AAB9E9 (or 0xAAB9E9) is known color: Perano. HEX triplet: AA, B9 and E9. RGB value is (170,185,233). Sum of RGB (Red+Green+Blue) = 170+185+233=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 185 (72.66% from 255 or 31.46% from 588); Blue value is 233 (91.41% from 255 or 39.63% from 588); Max value from RGB is 233 - color contains mainly: blue. Hex color #AAB9E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB9E9 is #554616. Grayscale: #B9B9B9. Windows color (decimal): -5588503 or 15317418. OLE color: 15317418.
HSL color Cylindrical-coordinate representation of color #AAB9E9: hue angle of 225.71º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAB9E9 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 185 | 233 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.09 |
| HSL | 225.71º | 0.59% | 0.79% | - |
| HSV(B) | 225.71º | 0.27% | 0.91% | - |
| XYZ | 48.63 | 49.13 | 84.01 | - |
| YUV | 185.99 | 154.53 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 233 | 0.27 | 0.21 | 0 | 0.09 | 225.71 | 0.59 | 0.79 |
| Hex | AA | B9 | E9 | 1B | 15 | 0 | 9 | E2 | 3B | 4F |
| Octal | 252 | 271 | 351 | 33 | 25 | 0 | 11 | 342 | 73 | 117 |
| Binary | 10101010 | 10111001 | 11101001 | 11011 | 10101 | 0 | 1001 | 11100010 | 111011 | 1001111 |
Color Harmonies of #AAB9E9
Complementary color
Monochromatic Colors of #AAB9E9
Black with #AAB9E9
Text Example
Text Example
White with #AAB9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB9E9; }
p { color: rgb(170,185,233); }
H1.HeaderClassName
{
color: #AAB9E9;
}
.AnyTagClassName
{
color: #AAB9E9;
}
</style>
background-color css
<style>
a { background-color: #AAB9E9; }
a { background-color: rgb(170,185,233); }
div.DivClassName
{
background-color: #AAB9E9;
}
.BgClassName
{
background-color: #AAB9E9;
}
</style>
border-color css
<style>
span { border-color: #AAB9E9; }
span { border-color: rgb(170,185,233); }
td.TdClassName
{
border-color: #AAB9E9;
}
.TagClassName
{
border-color: #AAB9E9;
}
</style>