#AEADEC

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

Shades of Perano #AEADEC

Tints of Perano #AEADEC

Color information

#AEADEC (or 0xAEADEC) is unknown color: approx 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

RGB174173236-
CMYK0.260.2700.07
HSL240.95º62.38%80.2%-
HSV(B)240.95º26.69%92.55%-
XYZ47.5444.9485.53-
YUV180.48159.33123.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.85%
GREEN value IS 173 (67.97% from 255) = 29.67%
BLUE value IS 236 (92.58% from 255) = 40.48%
R=29.85%
G=29.67%
B=40.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741732360.260.2700.07240.9562.3880.2
HexAEADEC1A1B07f13e50
Octal25625535432330736176120
Binary10101110101011011110110011010110110111111100011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>