Shades of Perano #AEADEE
Tints of Perano #AEADEE
RGB
CMYK
RGB Variations
Color information
#AEADEE (or 0xAEADEE) is known color: Perano. HEX triplet: AE, AD and EE. RGB value is (174,173,238). Sum of RGB (Red+Green+Blue) = 174+173+238=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEADEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEADEE is #515211. Grayscale: #B4B4B4. Windows color (decimal): -5329426 or 15642030. OLE color: 15642030.
HSL color Cylindrical-coordinate representation of color #AEADEE: hue angle of 240.92º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEADEE is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 173 | 238 | - |
| CMYK | 0.27 | 0.27 | 0 | 0.07 |
| HSL | 240.92º | 0.66% | 0.81% | - |
| HSV(B) | 240.92º | 0.27% | 0.93% | - |
| XYZ | 47.83 | 45.06 | 87.07 | - |
| YUV | 180.71 | 160.33 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 238 | 0.27 | 0.27 | 0 | 0.07 | 240.92 | 0.66 | 0.81 |
| Hex | AE | AD | EE | 1B | 1B | 0 | 7 | F1 | 42 | 51 |
| Octal | 256 | 255 | 356 | 33 | 33 | 0 | 7 | 361 | 102 | 121 |
| Binary | 10101110 | 10101101 | 11101110 | 11011 | 11011 | 0 | 111 | 11110001 | 1000010 | 1010001 |
Color Harmonies of #AEADEE
Complementary color
Monochromatic Colors of #AEADEE
Black with #AEADEE
Text Example
Text Example
White with #AEADEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEADEE; }
p { color: rgb(174,173,238); }
H1.HeaderClassName
{
color: #AEADEE;
}
.AnyTagClassName
{
color: #AEADEE;
}
</style>
background-color css
<style>
a { background-color: #AEADEE; }
a { background-color: rgb(174,173,238); }
div.DivClassName
{
background-color: #AEADEE;
}
.BgClassName
{
background-color: #AEADEE;
}
</style>
border-color css
<style>
span { border-color: #AEADEE; }
span { border-color: rgb(174,173,238); }
td.TdClassName
{
border-color: #AEADEE;
}
.TagClassName
{
border-color: #AEADEE;
}
</style>