#AEB3F0

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

Shades of Perano #AEB3F0

Tints of Perano #AEB3F0

Color information

#AEB3F0 (or 0xAEB3F0) is unknown color: approx Perano. HEX triplet: AE, B3 and F0. RGB value is (174,179,240). Sum of RGB (Red+Green+Blue) = 174+179+240=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 179 (70.31% from 255 or 30.19% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEB3F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB3F0 is #514C0F. Grayscale: #B8B8B8. Windows color (decimal): -5327888 or 15774638. OLE color: 15774638.

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

Color convert

RGB174179240-
CMYK0.280.2500.06
HSL235.45º68.75%81.18%-
HSV(B)235.45º27.5%94.12%-
XYZ49.347.5389.01-
YUV184.46159.34120.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.34%
GREEN value IS 179 (70.31% from 255) = 30.19%
BLUE value IS 240 (94.14% from 255) = 40.47%
R=29.34%
G=30.19%
B=40.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1741792400.280.2500.06235.4568.7581.18
HexAEB3F01C1906eb4551
Octal256263360343106353105121
Binary101011101011001111110000111001100101101110101110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB3F0; }

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

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

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

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

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

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

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

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