Shades of Perano #AABAE6
Tints of Perano #AABAE6
RGB
CMYK
RGB Variations
Color information
#AABAE6 (or 0xAABAE6) is known color: Perano. HEX triplet: AA, BA and E6. RGB value is (170,186,230). Sum of RGB (Red+Green+Blue) = 170+186+230=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 230 (90.23% from 255 or 39.25% from 586); Max value from RGB is 230 - color contains mainly: blue. Hex color #AABAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABAE6 is #554519. Grayscale: #BABABA. Windows color (decimal): -5588250 or 15121066. OLE color: 15121066.
HSL color Cylindrical-coordinate representation of color #AABAE6: hue angle of 224º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AABAE6 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 186 | 230 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.10 |
| HSL | 224º | 0.55% | 0.78% | - |
| HSV(B) | 224º | 0.26% | 0.9% | - |
| XYZ | 48.42 | 49.38 | 81.84 | - |
| YUV | 186.23 | 152.7 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 230 | 0.26 | 0.19 | 0 | 0.10 | 224 | 0.55 | 0.78 |
| Hex | AA | BA | E6 | 1A | 13 | 0 | A | E0 | 37 | 4E |
| Octal | 252 | 272 | 346 | 32 | 23 | 0 | 12 | 340 | 67 | 116 |
| Binary | 10101010 | 10111010 | 11100110 | 11010 | 10011 | 0 | 1010 | 11100000 | 110111 | 1001110 |
Color Harmonies of #AABAE6
Complementary color
Monochromatic Colors of #AABAE6
Black with #AABAE6
Text Example
Text Example
White with #AABAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABAE6; }
p { color: rgb(170,186,230); }
H1.HeaderClassName
{
color: #AABAE6;
}
.AnyTagClassName
{
color: #AABAE6;
}
</style>
background-color css
<style>
a { background-color: #AABAE6; }
a { background-color: rgb(170,186,230); }
div.DivClassName
{
background-color: #AABAE6;
}
.BgClassName
{
background-color: #AABAE6;
}
</style>
border-color css
<style>
span { border-color: #AABAE6; }
span { border-color: rgb(170,186,230); }
td.TdClassName
{
border-color: #AABAE6;
}
.TagClassName
{
border-color: #AABAE6;
}
</style>