Shades of Perano #AAB7EA
Tints of Perano #AAB7EA
RGB
CMYK
RGB Variations
Color information
#AAB7EA (or 0xAAB7EA) is known color: Perano. HEX triplet: AA, B7 and EA. RGB value is (170,183,234). Sum of RGB (Red+Green+Blue) = 170+183+234=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAB7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB7EA is #554815. Grayscale: #B8B8B8. Windows color (decimal): -5589014 or 15382442. OLE color: 15382442.
HSL color Cylindrical-coordinate representation of color #AAB7EA: hue angle of 227.81º 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 #AAB7EA is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 183 | 234 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.08 |
| HSL | 227.81º | 0.6% | 0.79% | - |
| HSV(B) | 227.81º | 0.27% | 0.92% | - |
| XYZ | 48.36 | 48.35 | 84.63 | - |
| YUV | 184.93 | 155.69 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 234 | 0.27 | 0.22 | 0 | 0.08 | 227.81 | 0.6 | 0.79 |
| Hex | AA | B7 | EA | 1B | 16 | 0 | 8 | E4 | 3C | 4F |
| Octal | 252 | 267 | 352 | 33 | 26 | 0 | 10 | 344 | 74 | 117 |
| Binary | 10101010 | 10110111 | 11101010 | 11011 | 10110 | 0 | 1000 | 11100100 | 111100 | 1001111 |
Color Harmonies of #AAB7EA
Complementary color
Monochromatic Colors of #AAB7EA
Black with #AAB7EA
Text Example
Text Example
White with #AAB7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7EA; }
p { color: rgb(170,183,234); }
H1.HeaderClassName
{
color: #AAB7EA;
}
.AnyTagClassName
{
color: #AAB7EA;
}
</style>
background-color css
<style>
a { background-color: #AAB7EA; }
a { background-color: rgb(170,183,234); }
div.DivClassName
{
background-color: #AAB7EA;
}
.BgClassName
{
background-color: #AAB7EA;
}
</style>
border-color css
<style>
span { border-color: #AAB7EA; }
span { border-color: rgb(170,183,234); }
td.TdClassName
{
border-color: #AAB7EA;
}
.TagClassName
{
border-color: #AAB7EA;
}
</style>