#AEB2EE

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

Shades of Perano #AEB2EE

Tints of Perano #AEB2EE

Color information

#AEB2EE (or 0xAEB2EE) is unknown color: approx Perano. HEX triplet: AE, B2 and EE. RGB value is (174,178,238). Sum of RGB (Red+Green+Blue) = 174+178+238=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 178 (69.92% from 255 or 30.17% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEB2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB2EE is #514D11. Grayscale: #B7B7B7. Windows color (decimal): -5328146 or 15643310. OLE color: 15643310.

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

Color convert

RGB174178238-
CMYK0.270.2500.07
HSL236.25º65.31%80.78%-
HSV(B)236.25º26.89%93.33%-
XYZ48.8147.0187.39-
YUV183.64158.67121.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.49%
GREEN value IS 178 (69.92% from 255) = 30.17%
BLUE value IS 238 (93.36% from 255) = 40.34%
R=29.49%
G=30.17%
B=40.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741782380.270.2500.07236.2565.3180.78
HexAEB2EE1B1907ec4151
Octal256262356333107354101121
Binary101011101011001011101110110111100101111110110010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB2EE; }

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

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

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

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

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

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

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

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