#AEAEEE

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

Shades of Perano #AEAEEE

Tints of Perano #AEAEEE

Color information

#AEAEEE (or 0xAEAEEE) is unknown color: approx Perano. HEX triplet: AE, AE and EE. RGB value is (174,174,238). Sum of RGB (Red+Green+Blue) = 174+174+238=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEAEEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEAEEE is #515111. Grayscale: #B5B5B5. Windows color (decimal): -5329170 or 15642286. OLE color: 15642286.

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

Color convert

RGB174174238-
CMYK0.270.2700.07
HSL240º65.31%80.78%-
HSV(B)240º26.89%93.33%-
XYZ48.0245.4487.13-
YUV181.3160122.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.69%
GREEN value IS 174 (68.36% from 255) = 29.69%
BLUE value IS 238 (93.36% from 255) = 40.61%
R=29.69%
G=29.69%
B=40.61%

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
Decimal1741742380.270.2700.0724065.3180.78
HexAEAEEE1B1B07f04151
Octal256256356333307360101121
Binary101011101010111011101110110111101101111111000010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEEE; }

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

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

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

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

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

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

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

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