#AEB4EF

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

Shades of Perano #AEB4EF

Tints of Perano #AEB4EF

Color information

#AEB4EF (or 0xAEB4EF) is unknown color: approx Perano. HEX triplet: AE, B4 and EF. RGB value is (174,180,239). Sum of RGB (Red+Green+Blue) = 174+180+239=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 180 (70.70% from 255 or 30.35% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #AEB4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB4EF is #514B10. Grayscale: #B8B8B8. Windows color (decimal): -5327633 or 15709358. OLE color: 15709358.

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

Color convert

RGB174180239-
CMYK0.270.2500.06
HSL234.46º67.01%80.98%-
HSV(B)234.46º27.2%93.73%-
XYZ49.3647.8788.3-
YUV184.93158.51120.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.34%
GREEN value IS 180 (70.70% from 255) = 30.35%
BLUE value IS 239 (93.75% from 255) = 40.30%
R=29.34%
G=30.35%
B=40.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1741802390.270.2500.06234.4667.0180.98
HexAEB4EF1B1906ea4351
Octal256264357333106352103121
Binary101011101011010011101111110111100101101110101010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB4EF; }

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

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

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

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

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

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

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

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