#AEB3EE

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

Shades of Perano #AEB3EE

Tints of Perano #AEB3EE

Color information

#AEB3EE (or 0xAEB3EE) is unknown color: approx Perano. HEX triplet: AE, B3 and EE. RGB value is (174,179,238). Sum of RGB (Red+Green+Blue) = 174+179+238=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 179 (70.31% from 255 or 30.29% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEB3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB3EE is #514C11. Grayscale: #B7B7B7. Windows color (decimal): -5327890 or 15643566. OLE color: 15643566.

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

Color convert

RGB174179238-
CMYK0.270.2500.07
HSL235.31º65.31%80.78%-
HSV(B)235.31º26.89%93.33%-
XYZ49.0147.4187.46-
YUV184.23158.34120.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.44%
GREEN value IS 179 (70.31% from 255) = 30.29%
BLUE value IS 238 (93.36% from 255) = 40.27%
R=29.44%
G=30.29%
B=40.27%

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
Decimal1741792380.270.2500.07235.3165.3180.78
HexAEB3EE1B1907eb4151
Octal256263356333107353101121
Binary101011101011001111101110110111100101111110101110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB3EE; }

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

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

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

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

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

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

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

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