#AEAAED

Color #AEAAED Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #AEAAED

Tints of Perano #AEAAED

Color information

#AEAAED (or 0xAEAAED) is unknown color: approx Perano. HEX triplet: AE, AA and ED. RGB value is (174,170,237). Sum of RGB (Red+Green+Blue) = 174+170+237=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEAAED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEAAED is #515512. Grayscale: #B2B2B2. Windows color (decimal): -5330195 or 15575726. OLE color: 15575726.

HSL color Cylindrical-coordinate representation of color #AEAAED: hue angle of 243.58º degrees, saturation: 0.65, 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 #AEAAED is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174170237-
CMYK0.270.2800.07
HSL243.58º65.05%79.8%-
HSV(B)243.58º28.27%92.94%-
XYZ47.1243.8686.1-
YUV178.83160.83124.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 29.95%
GREEN value IS 170 (66.80% from 255) = 29.26%
BLUE value IS 237 (92.97% from 255) = 40.79%
R=29.95%
G=29.26%
B=40.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741702370.270.2800.07243.5865.0579.8
HexAEAAED1B1C07f44150
Octal256252355333407364101120
Binary101011101010101011101101110111110001111111010010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAED; }

 p { color: rgb(174,170,237); }

 H1.HeaderClassName
 {
   color: #AEAAED;
 }
 .AnyTagClassName
 {
   color: #AEAAED;
 }
</style>
background-color css

<style>
 a { background-color: #AEAAED; }

 a { background-color: rgb(174,170,237); }

 div.DivClassName
 {
   background-color: #AEAAED;
 }
 .BgClassName
 {
   background-color: #AEAAED;
 }
</style>
border-color css

<style>
 span { border-color: #AEAAED; }

 span { border-color: rgb(174,170,237); }

 td.TdClassName
 {
   border-color: #AEAAED;
 }
 .TagClassName
 {
   border-color: #AEAAED;
 }
</style>