#AEAEED

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

Shades of Perano #AEAEED

Tints of Perano #AEAEED

Color information

#AEAEED (or 0xAEAEED) is unknown color: approx Perano. HEX triplet: AE, AE and ED. RGB value is (174,174,237). Sum of RGB (Red+Green+Blue) = 174+174+237=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEAEED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEAEED is #515112. Grayscale: #B4B4B4. Windows color (decimal): -5329171 or 15576750. OLE color: 15576750.

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

Color convert

RGB174174237-
CMYK0.270.2700.07
HSL240º63.64%80.59%-
HSV(B)240º26.58%92.94%-
XYZ47.8845.3986.36-
YUV181.18159.5122.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.74%
GREEN value IS 174 (68.36% from 255) = 29.74%
BLUE value IS 237 (92.97% from 255) = 40.51%
R=29.74%
G=29.74%
B=40.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741742370.270.2700.0724063.6480.59
HexAEAEED1B1B07f04051
Octal256256355333307360100121
Binary101011101010111011101101110111101101111111000010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEED; }

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

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

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

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

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

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

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

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