#AEAFEC

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

Shades of Perano #AEAFEC

Tints of Perano #AEAFEC

Color information

#AEAFEC (or 0xAEAFEC) is unknown color: approx Perano. HEX triplet: AE, AF and EC. RGB value is (174,175,236). Sum of RGB (Red+Green+Blue) = 174+175+236=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEAFEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEAFEC is #515013. Grayscale: #B5B5B5. Windows color (decimal): -5328916 or 15511470. OLE color: 15511470.

HSL color Cylindrical-coordinate representation of color #AEAFEC: hue angle of 239.03º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEAFEC is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174175236-
CMYK0.260.2600.07
HSL239.03º62%80.39%-
HSV(B)239.03º26.27%92.55%-
XYZ47.9345.7185.65-
YUV181.65158.67122.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.74%
GREEN value IS 175 (68.75% from 255) = 29.91%
BLUE value IS 236 (92.58% from 255) = 40.34%
R=29.74%
G=29.91%
B=40.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741752360.260.2600.07239.036280.39
HexAEAFEC1A1A07ef3e50
Octal25625735432320735776120
Binary10101110101011111110110011010110100111111011111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFEC; }

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

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

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

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

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

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

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

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