#AEB1EE

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

Shades of Perano #AEB1EE

Tints of Perano #AEB1EE

Color information

#AEB1EE (or 0xAEB1EE) is unknown color: approx Perano. HEX triplet: AE, B1 and EE. RGB value is (174,177,238). Sum of RGB (Red+Green+Blue) = 174+177+238=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEB1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB1EE is #514E11. Grayscale: #B6B6B6. Windows color (decimal): -5328402 or 15643054. OLE color: 15643054.

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

Color convert

RGB174177238-
CMYK0.270.2600.07
HSL237.19º65.31%80.78%-
HSV(B)237.19º26.89%93.33%-
XYZ48.6146.6287.32-
YUV183.06159.01121.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.54%
GREEN value IS 177 (69.53% from 255) = 30.05%
BLUE value IS 238 (93.36% from 255) = 40.41%
R=29.54%
G=30.05%
B=40.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741772380.270.2600.07237.1965.3180.78
HexAEB1EE1B1A07ed4151
Octal256261356333207355101121
Binary101011101011000111101110110111101001111110110110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB1EE; }

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

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

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

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

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

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

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

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