#aeaaec

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

Shades of Perano #AEAAEC

Tints of Perano #AEAAEC

Color information

#AEAAEC (or 0xAEAAEC) is unknown color: approx Perano. HEX triplet: AE, AA and EC. RGB value is (174,170,236). Sum of RGB (Red+Green+Blue) = 174+170+236=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEAAEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEAAEC is #515513. Grayscale: #B2B2B2. Windows color (decimal): -5330196 or 15510190. OLE color: 15510190.

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

Color convert

RGB174170236-
CMYK0.260.2800.07
HSL243.64º63.46%79.61%-
HSV(B)243.64º27.97%92.55%-
XYZ46.9743.885.34-
YUV178.72160.33124.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30%
GREEN value IS 170 (66.80% from 255) = 29.31%
BLUE value IS 236 (92.58% from 255) = 40.69%
R=30%
G=29.31%
B=40.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741702360.260.2800.07243.6463.4679.61
HexAEAAEC1A1C07f43f50
Octal25625235432340736477120
Binary10101110101010101110110011010111000111111101001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aeaaec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aeaaec; }

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

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

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

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

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

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

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

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