Shades of Perano #AABDE4
Tints of Perano #AABDE4
RGB
CMYK
RGB Variations
Color information
#AABDE4 (or 0xAABDE4) is known color: Perano. HEX triplet: AA, BD and E4. RGB value is (170,189,228). Sum of RGB (Red+Green+Blue) = 170+189+228=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 228 (89.45% from 255 or 38.84% from 587); Max value from RGB is 228 - color contains mainly: blue. Hex color #AABDE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDE4 is #55421B. Grayscale: #BBBBBB. Windows color (decimal): -5587484 or 14990762. OLE color: 14990762.
HSL color Cylindrical-coordinate representation of color #AABDE4: hue angle of 220.34º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AABDE4 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 189 | 228 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.11 |
| HSL | 220.34º | 0.52% | 0.78% | - |
| HSV(B) | 220.34º | 0.25% | 0.89% | - |
| XYZ | 48.78 | 50.54 | 80.58 | - |
| YUV | 187.77 | 150.71 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 228 | 0.25 | 0.17 | 0 | 0.11 | 220.34 | 0.52 | 0.78 |
| Hex | AA | BD | E4 | 19 | 11 | 0 | B | DC | 34 | 4E |
| Octal | 252 | 275 | 344 | 31 | 21 | 0 | 13 | 334 | 64 | 116 |
| Binary | 10101010 | 10111101 | 11100100 | 11001 | 10001 | 0 | 1011 | 11011100 | 110100 | 1001110 |
Color Harmonies of #AABDE4
Complementary color
Monochromatic Colors of #AABDE4
Black with #AABDE4
Text Example
Text Example
White with #AABDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABDE4; }
p { color: rgb(170,189,228); }
H1.HeaderClassName
{
color: #AABDE4;
}
.AnyTagClassName
{
color: #AABDE4;
}
</style>
background-color css
<style>
a { background-color: #AABDE4; }
a { background-color: rgb(170,189,228); }
div.DivClassName
{
background-color: #AABDE4;
}
.BgClassName
{
background-color: #AABDE4;
}
</style>
border-color css
<style>
span { border-color: #AABDE4; }
span { border-color: rgb(170,189,228); }
td.TdClassName
{
border-color: #AABDE4;
}
.TagClassName
{
border-color: #AABDE4;
}
</style>