Shades of Perano #AAB7EE
Tints of Perano #AAB7EE
RGB
CMYK
RGB Variations
Color information
#AAB7EE (or 0xAAB7EE) is known color: Perano. HEX triplet: AA, B7 and EE. RGB value is (170,183,238). Sum of RGB (Red+Green+Blue) = 170+183+238=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 183 (71.88% from 255 or 30.96% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAB7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB7EE is #554811. Grayscale: #B9B9B9. Windows color (decimal): -5589010 or 15644586. OLE color: 15644586.
HSL color Cylindrical-coordinate representation of color #AAB7EE: hue angle of 228.53º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAB7EE is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 183 | 238 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.07 |
| HSL | 228.53º | 0.67% | 0.8% | - |
| HSV(B) | 228.53º | 0.29% | 0.93% | - |
| XYZ | 48.94 | 48.59 | 87.69 | - |
| YUV | 185.38 | 157.69 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 238 | 0.29 | 0.23 | 0 | 0.07 | 228.53 | 0.67 | 0.8 |
| Hex | AA | B7 | EE | 1D | 17 | 0 | 7 | E5 | 43 | 50 |
| Octal | 252 | 267 | 356 | 35 | 27 | 0 | 7 | 345 | 103 | 120 |
| Binary | 10101010 | 10110111 | 11101110 | 11101 | 10111 | 0 | 111 | 11100101 | 1000011 | 1010000 |
Color Harmonies of #AAB7EE
Complementary color
Monochromatic Colors of #AAB7EE
Black with #AAB7EE
Text Example
Text Example
White with #AAB7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7EE; }
p { color: rgb(170,183,238); }
H1.HeaderClassName
{
color: #AAB7EE;
}
.AnyTagClassName
{
color: #AAB7EE;
}
</style>
background-color css
<style>
a { background-color: #AAB7EE; }
a { background-color: rgb(170,183,238); }
div.DivClassName
{
background-color: #AAB7EE;
}
.BgClassName
{
background-color: #AAB7EE;
}
</style>
border-color css
<style>
span { border-color: #AAB7EE; }
span { border-color: rgb(170,183,238); }
td.TdClassName
{
border-color: #AAB7EE;
}
.TagClassName
{
border-color: #AAB7EE;
}
</style>