Shades of Perano #AAADEC
Tints of Perano #AAADEC
RGB
CMYK
RGB Variations
Color information
#AAADEC (or 0xAAADEC) is known color: Perano. HEX triplet: AA, AD and EC. RGB value is (170,173,236). Sum of RGB (Red+Green+Blue) = 170+173+236=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAADEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAADEC is #555213. Grayscale: #B3B3B3. Windows color (decimal): -5591572 or 15510954. OLE color: 15510954.
HSL color Cylindrical-coordinate representation of color #AAADEC: hue angle of 237.27º 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 #AAADEC is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 173 | 236 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.07 |
| HSL | 237.27º | 0.63% | 0.8% | - |
| HSV(B) | 237.27º | 0.28% | 0.93% | - |
| XYZ | 46.66 | 44.49 | 85.48 | - |
| YUV | 179.29 | 160.01 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 236 | 0.28 | 0.27 | 0 | 0.07 | 237.27 | 0.63 | 0.8 |
| Hex | AA | AD | EC | 1C | 1B | 0 | 7 | ED | 3F | 50 |
| Octal | 252 | 255 | 354 | 34 | 33 | 0 | 7 | 355 | 77 | 120 |
| Binary | 10101010 | 10101101 | 11101100 | 11100 | 11011 | 0 | 111 | 11101101 | 111111 | 1010000 |
Color Harmonies of #AAADEC
Complementary color
Monochromatic Colors of #AAADEC
Black with #AAADEC
Text Example
Text Example
White with #AAADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAADEC; }
p { color: rgb(170,173,236); }
H1.HeaderClassName
{
color: #AAADEC;
}
.AnyTagClassName
{
color: #AAADEC;
}
</style>
background-color css
<style>
a { background-color: #AAADEC; }
a { background-color: rgb(170,173,236); }
div.DivClassName
{
background-color: #AAADEC;
}
.BgClassName
{
background-color: #AAADEC;
}
</style>
border-color css
<style>
span { border-color: #AAADEC; }
span { border-color: rgb(170,173,236); }
td.TdClassName
{
border-color: #AAADEC;
}
.TagClassName
{
border-color: #AAADEC;
}
</style>