#AEB2EF

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

Shades of Perano #AEB2EF

Tints of Perano #AEB2EF

Color information

#AEB2EF (or 0xAEB2EF) is unknown color: approx Perano. HEX triplet: AE, B2 and EF. RGB value is (174,178,239). Sum of RGB (Red+Green+Blue) = 174+178+239=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 178 (69.92% from 255 or 30.12% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #AEB2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB2EF is #514D10. Grayscale: #B7B7B7. Windows color (decimal): -5328145 or 15708846. OLE color: 15708846.

HSL color Cylindrical-coordinate representation of color #AEB2EF: hue angle of 236.31º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEB2EF is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB174178239-
CMYK0.270.2600.06
HSL236.31º67.01%80.98%-
HSV(B)236.31º27.2%93.73%-
XYZ48.9647.0788.17-
YUV183.76159.17121.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.44%
GREEN value IS 178 (69.92% from 255) = 30.12%
BLUE value IS 239 (93.75% from 255) = 40.44%
R=29.44%
G=30.12%
B=40.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1741782390.270.2600.06236.3167.0180.98
HexAEB2EF1B1A06ec4351
Octal256262357333206354103121
Binary101011101011001011101111110111101001101110110010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB2EF; }

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

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

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

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

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

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

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

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