#aeaee3

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

Shades of Perano #AEAEE3

Tints of Perano #AEAEE3

Color information

#AEAEE3 (or 0xAEAEE3) is unknown color: approx Perano. HEX triplet: AE, AE and E3. RGB value is (174,174,227). Sum of RGB (Red+Green+Blue) = 174+174+227=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 227 (89.06% from 255 or 39.48% from 575); Max value from RGB is 227 - color contains mainly: blue. Hex color #AEAEE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAEE3 is #51511C. Grayscale: #B3B3B3. Windows color (decimal): -5329181 or 14921390. OLE color: 14921390.

HSL color Cylindrical-coordinate representation of color #AEAEE3: hue angle of 240º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEAEE3 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174174227-
CMYK0.230.2300.11
HSL240º48.62%78.63%-
HSV(B)240º23.35%89.02%-
XYZ46.4644.8278.88-
YUV180.04154.5123.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.26%
GREEN value IS 174 (68.36% from 255) = 30.26%
BLUE value IS 227 (89.06% from 255) = 39.48%
R=30.26%
G=30.26%
B=39.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741742270.230.2300.1124048.6278.63
HexAEAEE317170Bf0314f
Octal256256343272701336061117
Binary101011101010111011100011101111011101011111100001100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aeaee3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aeaee3; }

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

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

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

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

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

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

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

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