#AEB1FA

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

Shades of Perano #AEB1FA

Tints of Perano #AEB1FA

Color information

#AEB1FA (or 0xAEB1FA) is unknown color: approx Perano. HEX triplet: AE, B1 and FA. RGB value is (174,177,250). Sum of RGB (Red+Green+Blue) = 174+177+250=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 177 (69.53% from 255 or 29.45% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEB1FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB1FA is #514E05. Grayscale: #B8B8B8. Windows color (decimal): -5328390 or 16429486. OLE color: 16429486.

HSL color Cylindrical-coordinate representation of color #AEB1FA: hue angle of 237.63º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEB1FA is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174177250-
CMYK0.300.2900.02
HSL237.63º88.37%83.14%-
HSV(B)237.63º30.4%98.04%-
XYZ50.4347.3596.92-
YUV184.42165.01120.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.95%
GREEN value IS 177 (69.53% from 255) = 29.45%
BLUE value IS 250 (98.05% from 255) = 41.60%
R=28.95%
G=29.45%
B=41.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741772500.300.2900.02237.6388.3783.14
HexAEB1FA1E1D02ee5853
Octal256261372363502356130123
Binary10101110101100011111101011110111010101110111010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB1FA; }

 p { color: rgb(174,177,250); }

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

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

 a { background-color: rgb(174,177,250); }

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

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

 span { border-color: rgb(174,177,250); }

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