Shades of Perano #AAB6EC
Tints of Perano #AAB6EC
RGB
CMYK
RGB Variations
Color information
#AAB6EC (or 0xAAB6EC) is known color: Perano. HEX triplet: AA, B6 and EC. RGB value is (170,182,236). Sum of RGB (Red+Green+Blue) = 170+182+236=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 182 (71.48% from 255 or 30.95% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAB6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB6EC is #554913. Grayscale: #B8B8B8. Windows color (decimal): -5589268 or 15513258. OLE color: 15513258.
HSL color Cylindrical-coordinate representation of color #AAB6EC: hue angle of 229.09º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAB6EC is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 182 | 236 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.07 |
| HSL | 229.09º | 0.63% | 0.8% | - |
| HSV(B) | 229.09º | 0.28% | 0.93% | - |
| XYZ | 48.45 | 48.06 | 86.08 | - |
| YUV | 184.57 | 157.02 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 236 | 0.28 | 0.23 | 0 | 0.07 | 229.09 | 0.63 | 0.8 |
| Hex | AA | B6 | EC | 1C | 17 | 0 | 7 | E5 | 3F | 50 |
| Octal | 252 | 266 | 354 | 34 | 27 | 0 | 7 | 345 | 77 | 120 |
| Binary | 10101010 | 10110110 | 11101100 | 11100 | 10111 | 0 | 111 | 11100101 | 111111 | 1010000 |
Color Harmonies of #AAB6EC
Complementary color
Monochromatic Colors of #AAB6EC
Black with #AAB6EC
Text Example
Text Example
White with #AAB6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB6EC; }
p { color: rgb(170,182,236); }
H1.HeaderClassName
{
color: #AAB6EC;
}
.AnyTagClassName
{
color: #AAB6EC;
}
</style>
background-color css
<style>
a { background-color: #AAB6EC; }
a { background-color: rgb(170,182,236); }
div.DivClassName
{
background-color: #AAB6EC;
}
.BgClassName
{
background-color: #AAB6EC;
}
</style>
border-color css
<style>
span { border-color: #AAB6EC; }
span { border-color: rgb(170,182,236); }
td.TdClassName
{
border-color: #AAB6EC;
}
.TagClassName
{
border-color: #AAB6EC;
}
</style>