Shades of Perano #AAB5E7
Tints of Perano #AAB5E7
RGB
CMYK
RGB Variations
Color information
#AAB5E7 (or 0xAAB5E7) is known color: Perano. HEX triplet: AA, B5 and E7. RGB value is (170,181,231). Sum of RGB (Red+Green+Blue) = 170+181+231=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 231 (90.62% from 255 or 39.69% from 582); Max value from RGB is 231 - color contains mainly: blue. Hex color #AAB5E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB5E7 is #554A18. Grayscale: #B7B7B7. Windows color (decimal): -5589529 or 15185322. OLE color: 15185322.
HSL color Cylindrical-coordinate representation of color #AAB5E7: hue angle of 229.18º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAB5E7 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 181 | 231 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.09 |
| HSL | 229.18º | 0.56% | 0.79% | - |
| HSV(B) | 229.18º | 0.26% | 0.91% | - |
| XYZ | 47.53 | 47.36 | 82.24 | - |
| YUV | 183.41 | 154.86 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 231 | 0.26 | 0.22 | 0 | 0.09 | 229.18 | 0.56 | 0.79 |
| Hex | AA | B5 | E7 | 1A | 16 | 0 | 9 | E5 | 38 | 4F |
| Octal | 252 | 265 | 347 | 32 | 26 | 0 | 11 | 345 | 70 | 117 |
| Binary | 10101010 | 10110101 | 11100111 | 11010 | 10110 | 0 | 1001 | 11100101 | 111000 | 1001111 |
Color Harmonies of #AAB5E7
Complementary color
Monochromatic Colors of #AAB5E7
Black with #AAB5E7
Text Example
Text Example
White with #AAB5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB5E7; }
p { color: rgb(170,181,231); }
H1.HeaderClassName
{
color: #AAB5E7;
}
.AnyTagClassName
{
color: #AAB5E7;
}
</style>
background-color css
<style>
a { background-color: #AAB5E7; }
a { background-color: rgb(170,181,231); }
div.DivClassName
{
background-color: #AAB5E7;
}
.BgClassName
{
background-color: #AAB5E7;
}
</style>
border-color css
<style>
span { border-color: #AAB5E7; }
span { border-color: rgb(170,181,231); }
td.TdClassName
{
border-color: #AAB5E7;
}
.TagClassName
{
border-color: #AAB5E7;
}
</style>