Shades of Perano #AAB6E5
Tints of Perano #AAB6E5
RGB
CMYK
RGB Variations
Color information
#AAB6E5 (or 0xAAB6E5) is known color: Perano. HEX triplet: AA, B6 and E5. RGB value is (170,182,229). Sum of RGB (Red+Green+Blue) = 170+182+229=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 182 (71.48% from 255 or 31.33% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAB6E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB6E5 is #55491A. Grayscale: #B7B7B7. Windows color (decimal): -5589275 or 15054506. OLE color: 15054506.
HSL color Cylindrical-coordinate representation of color #AAB6E5: hue angle of 227.8º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAB6E5 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 182 | 229 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.10 |
| HSL | 227.8º | 0.53% | 0.78% | - |
| HSV(B) | 227.8º | 0.26% | 0.9% | - |
| XYZ | 47.45 | 47.66 | 80.83 | - |
| YUV | 183.77 | 153.52 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 229 | 0.26 | 0.21 | 0 | 0.10 | 227.8 | 0.53 | 0.78 |
| Hex | AA | B6 | E5 | 1A | 15 | 0 | A | E4 | 35 | 4E |
| Octal | 252 | 266 | 345 | 32 | 25 | 0 | 12 | 344 | 65 | 116 |
| Binary | 10101010 | 10110110 | 11100101 | 11010 | 10101 | 0 | 1010 | 11100100 | 110101 | 1001110 |
Color Harmonies of #AAB6E5
Complementary color
Monochromatic Colors of #AAB6E5
Black with #AAB6E5
Text Example
Text Example
White with #AAB6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB6E5; }
p { color: rgb(170,182,229); }
H1.HeaderClassName
{
color: #AAB6E5;
}
.AnyTagClassName
{
color: #AAB6E5;
}
</style>
background-color css
<style>
a { background-color: #AAB6E5; }
a { background-color: rgb(170,182,229); }
div.DivClassName
{
background-color: #AAB6E5;
}
.BgClassName
{
background-color: #AAB6E5;
}
</style>
border-color css
<style>
span { border-color: #AAB6E5; }
span { border-color: rgb(170,182,229); }
td.TdClassName
{
border-color: #AAB6E5;
}
.TagClassName
{
border-color: #AAB6E5;
}
</style>