Shades of Perano #AAB2EF
Tints of Perano #AAB2EF
RGB
CMYK
RGB Variations
Color information
#AAB2EF (or 0xAAB2EF) is known color: Perano. HEX triplet: AA, B2 and EF. RGB value is (170,178,239). Sum of RGB (Red+Green+Blue) = 170+178+239=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #AAB2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB2EF is #554D10. Grayscale: #B6B6B6. Windows color (decimal): -5590289 or 15708842. OLE color: 15708842.
HSL color Cylindrical-coordinate representation of color #AAB2EF: hue angle of 233.04º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAB2EF is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 178 | 239 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.06 |
| HSL | 233.04º | 0.68% | 0.8% | - |
| HSV(B) | 233.04º | 0.29% | 0.94% | - |
| XYZ | 48.08 | 46.62 | 88.13 | - |
| YUV | 182.56 | 159.85 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 239 | 0.29 | 0.26 | 0 | 0.06 | 233.04 | 0.68 | 0.8 |
| Hex | AA | B2 | EF | 1D | 1A | 0 | 6 | E9 | 44 | 50 |
| Octal | 252 | 262 | 357 | 35 | 32 | 0 | 6 | 351 | 104 | 120 |
| Binary | 10101010 | 10110010 | 11101111 | 11101 | 11010 | 0 | 110 | 11101001 | 1000100 | 1010000 |
Color Harmonies of #AAB2EF
Complementary color
Monochromatic Colors of #AAB2EF
Black with #AAB2EF
Text Example
Text Example
White with #AAB2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB2EF; }
p { color: rgb(170,178,239); }
H1.HeaderClassName
{
color: #AAB2EF;
}
.AnyTagClassName
{
color: #AAB2EF;
}
</style>
background-color css
<style>
a { background-color: #AAB2EF; }
a { background-color: rgb(170,178,239); }
div.DivClassName
{
background-color: #AAB2EF;
}
.BgClassName
{
background-color: #AAB2EF;
}
</style>
border-color css
<style>
span { border-color: #AAB2EF; }
span { border-color: rgb(170,178,239); }
td.TdClassName
{
border-color: #AAB2EF;
}
.TagClassName
{
border-color: #AAB2EF;
}
</style>