Shades of Perano #AAB3DE
Tints of Perano #AAB3DE
RGB
CMYK
RGB Variations
Color information
#AAB3DE (or 0xAAB3DE) is known color: Perano. HEX triplet: AA, B3 and DE. RGB value is (170,179,222). Sum of RGB (Red+Green+Blue) = 170+179+222=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 179 (70.31% from 255 or 31.35% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAB3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB3DE is #554C21. Grayscale: #B5B5B5. Windows color (decimal): -5590050 or 14594986. OLE color: 14594986.
HSL color Cylindrical-coordinate representation of color #AAB3DE: hue angle of 229.62º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAB3DE is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 179 | 222 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.13 |
| HSL | 229.62º | 0.44% | 0.77% | - |
| HSV(B) | 229.62º | 0.23% | 0.87% | - |
| XYZ | 45.88 | 46.06 | 75.58 | - |
| YUV | 181.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 222 | 0.23 | 0.19 | 0 | 0.13 | 229.62 | 0.44 | 0.77 |
| Hex | AA | B3 | DE | 17 | 13 | 0 | D | E6 | 2C | 4D |
| Octal | 252 | 263 | 336 | 27 | 23 | 0 | 15 | 346 | 54 | 115 |
| Binary | 10101010 | 10110011 | 11011110 | 10111 | 10011 | 0 | 1101 | 11100110 | 101100 | 1001101 |
Color Harmonies of #AAB3DE
Complementary color
Monochromatic Colors of #AAB3DE
Black with #AAB3DE
Text Example
Text Example
White with #AAB3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB3DE; }
p { color: rgb(170,179,222); }
H1.HeaderClassName
{
color: #AAB3DE;
}
.AnyTagClassName
{
color: #AAB3DE;
}
</style>
background-color css
<style>
a { background-color: #AAB3DE; }
a { background-color: rgb(170,179,222); }
div.DivClassName
{
background-color: #AAB3DE;
}
.BgClassName
{
background-color: #AAB3DE;
}
</style>
border-color css
<style>
span { border-color: #AAB3DE; }
span { border-color: rgb(170,179,222); }
td.TdClassName
{
border-color: #AAB3DE;
}
.TagClassName
{
border-color: #AAB3DE;
}
</style>