Shades of Perano #AABAEC
Tints of Perano #AABAEC
RGB
CMYK
RGB Variations
Color information
#AABAEC (or 0xAABAEC) is known color: Perano. HEX triplet: AA, BA and EC. RGB value is (170,186,236). Sum of RGB (Red+Green+Blue) = 170+186+236=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #AABAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABAEC is #554513. Grayscale: #BABABA. Windows color (decimal): -5588244 or 15514282. OLE color: 15514282.
HSL color Cylindrical-coordinate representation of color #AABAEC: hue angle of 225.45º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AABAEC is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 186 | 236 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.07 |
| HSL | 225.45º | 0.63% | 0.8% | - |
| HSV(B) | 225.45º | 0.28% | 0.93% | - |
| XYZ | 49.28 | 49.72 | 86.36 | - |
| YUV | 186.92 | 155.7 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 236 | 0.28 | 0.21 | 0 | 0.07 | 225.45 | 0.63 | 0.8 |
| Hex | AA | BA | EC | 1C | 15 | 0 | 7 | E1 | 3F | 50 |
| Octal | 252 | 272 | 354 | 34 | 25 | 0 | 7 | 341 | 77 | 120 |
| Binary | 10101010 | 10111010 | 11101100 | 11100 | 10101 | 0 | 111 | 11100001 | 111111 | 1010000 |
Color Harmonies of #AABAEC
Complementary color
Monochromatic Colors of #AABAEC
Black with #AABAEC
Text Example
Text Example
White with #AABAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABAEC; }
p { color: rgb(170,186,236); }
H1.HeaderClassName
{
color: #AABAEC;
}
.AnyTagClassName
{
color: #AABAEC;
}
</style>
background-color css
<style>
a { background-color: #AABAEC; }
a { background-color: rgb(170,186,236); }
div.DivClassName
{
background-color: #AABAEC;
}
.BgClassName
{
background-color: #AABAEC;
}
</style>
border-color css
<style>
span { border-color: #AABAEC; }
span { border-color: rgb(170,186,236); }
td.TdClassName
{
border-color: #AABAEC;
}
.TagClassName
{
border-color: #AABAEC;
}
</style>