Shades of Perano #AEADEC
Tints of Perano #AEADEC
RGB
CMYK
RGB Variations
Color information
#AEADEC (or 0xAEADEC) is known color: Perano. HEX triplet: AE, AD and EC. RGB value is (174,173,236). Sum of RGB (Red+Green+Blue) = 174+173+236=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEADEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEADEC is #515213. Grayscale: #B4B4B4. Windows color (decimal): -5329428 or 15510958. OLE color: 15510958.
HSL color Cylindrical-coordinate representation of color #AEADEC: hue angle of 240.95º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEADEC is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 173 | 236 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.07 |
| HSL | 240.95º | 0.62% | 0.8% | - |
| HSV(B) | 240.95º | 0.27% | 0.93% | - |
| XYZ | 47.54 | 44.94 | 85.53 | - |
| YUV | 180.48 | 159.33 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 236 | 0.26 | 0.27 | 0 | 0.07 | 240.95 | 0.62 | 0.8 |
| Hex | AE | AD | EC | 1A | 1B | 0 | 7 | F1 | 3E | 50 |
| Octal | 256 | 255 | 354 | 32 | 33 | 0 | 7 | 361 | 76 | 120 |
| Binary | 10101110 | 10101101 | 11101100 | 11010 | 11011 | 0 | 111 | 11110001 | 111110 | 1010000 |
Color Harmonies of #AEADEC
Complementary color
Monochromatic Colors of #AEADEC
Black with #AEADEC
Text Example
Text Example
White with #AEADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEADEC; }
p { color: rgb(174,173,236); }
H1.HeaderClassName
{
color: #AEADEC;
}
.AnyTagClassName
{
color: #AEADEC;
}
</style>
background-color css
<style>
a { background-color: #AEADEC; }
a { background-color: rgb(174,173,236); }
div.DivClassName
{
background-color: #AEADEC;
}
.BgClassName
{
background-color: #AEADEC;
}
</style>
border-color css
<style>
span { border-color: #AEADEC; }
span { border-color: rgb(174,173,236); }
td.TdClassName
{
border-color: #AEADEC;
}
.TagClassName
{
border-color: #AEADEC;
}
</style>