Shades of Perano #AABEEA
Tints of Perano #AABEEA
RGB
CMYK
RGB Variations
Color information
#AABEEA (or 0xAABEEA) is known color: Perano. HEX triplet: AA, BE and EA. RGB value is (170,190,234). Sum of RGB (Red+Green+Blue) = 170+190+234=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #AABEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABEEA is #554115. Grayscale: #BCBCBC. Windows color (decimal): -5587222 or 15384234. OLE color: 15384234.
HSL color Cylindrical-coordinate representation of color #AABEEA: hue angle of 221.25º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AABEEA is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 190 | 234 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.08 |
| HSL | 221.25º | 0.6% | 0.79% | - |
| HSV(B) | 221.25º | 0.27% | 0.92% | - |
| XYZ | 49.84 | 51.31 | 85.12 | - |
| YUV | 189.04 | 153.37 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 190 | 234 | 0.27 | 0.19 | 0 | 0.08 | 221.25 | 0.6 | 0.79 |
| Hex | AA | BE | EA | 1B | 13 | 0 | 8 | DD | 3C | 4F |
| Octal | 252 | 276 | 352 | 33 | 23 | 0 | 10 | 335 | 74 | 117 |
| Binary | 10101010 | 10111110 | 11101010 | 11011 | 10011 | 0 | 1000 | 11011101 | 111100 | 1001111 |
Color Harmonies of #AABEEA
Complementary color
Monochromatic Colors of #AABEEA
Black with #AABEEA
Text Example
Text Example
White with #AABEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABEEA; }
p { color: rgb(170,190,234); }
H1.HeaderClassName
{
color: #AABEEA;
}
.AnyTagClassName
{
color: #AABEEA;
}
</style>
background-color css
<style>
a { background-color: #AABEEA; }
a { background-color: rgb(170,190,234); }
div.DivClassName
{
background-color: #AABEEA;
}
.BgClassName
{
background-color: #AABEEA;
}
</style>
border-color css
<style>
span { border-color: #AABEEA; }
span { border-color: rgb(170,190,234); }
td.TdClassName
{
border-color: #AABEEA;
}
.TagClassName
{
border-color: #AABEEA;
}
</style>