Shades of Perano #AABAEF
Tints of Perano #AABAEF
RGB
CMYK
RGB Variations
Color information
#AABAEF (or 0xAABAEF) is known color: Perano. HEX triplet: AA, BA and EF. RGB value is (170,186,239). Sum of RGB (Red+Green+Blue) = 170+186+239=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #AABAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABAEF is #554510. Grayscale: #BBBBBB. Windows color (decimal): -5588241 or 15710890. OLE color: 15710890.
HSL color Cylindrical-coordinate representation of color #AABAEF: hue angle of 226.09º 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 #AABAEF is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 186 | 239 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.06 |
| HSL | 226.09º | 0.68% | 0.8% | - |
| HSV(B) | 226.09º | 0.29% | 0.94% | - |
| XYZ | 49.72 | 49.9 | 88.67 | - |
| YUV | 187.26 | 157.2 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 239 | 0.29 | 0.22 | 0 | 0.06 | 226.09 | 0.68 | 0.8 |
| Hex | AA | BA | EF | 1D | 16 | 0 | 6 | E2 | 44 | 50 |
| Octal | 252 | 272 | 357 | 35 | 26 | 0 | 6 | 342 | 104 | 120 |
| Binary | 10101010 | 10111010 | 11101111 | 11101 | 10110 | 0 | 110 | 11100010 | 1000100 | 1010000 |
Color Harmonies of #AABAEF
Complementary color
Monochromatic Colors of #AABAEF
Black with #AABAEF
Text Example
Text Example
White with #AABAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABAEF; }
p { color: rgb(170,186,239); }
H1.HeaderClassName
{
color: #AABAEF;
}
.AnyTagClassName
{
color: #AABAEF;
}
</style>
background-color css
<style>
a { background-color: #AABAEF; }
a { background-color: rgb(170,186,239); }
div.DivClassName
{
background-color: #AABAEF;
}
.BgClassName
{
background-color: #AABAEF;
}
</style>
border-color css
<style>
span { border-color: #AABAEF; }
span { border-color: rgb(170,186,239); }
td.TdClassName
{
border-color: #AABAEF;
}
.TagClassName
{
border-color: #AABAEF;
}
</style>