#AEB5FA

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

Shades of Perano #AEB5FA

Tints of Perano #AEB5FA

Color information

#AEB5FA (or 0xAEB5FA) is unknown color: approx Perano. HEX triplet: AE, B5 and FA. RGB value is (174,181,250). Sum of RGB (Red+Green+Blue) = 174+181+250=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEB5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB5FA is #514A05. Grayscale: #BABABA. Windows color (decimal): -5327366 or 16430510. OLE color: 16430510.

HSL color Cylindrical-coordinate representation of color #AEB5FA: hue angle of 234.47º 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 #AEB5FA is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174181250-
CMYK0.300.2800.02
HSL234.47º88.37%83.14%-
HSV(B)234.47º30.4%98.04%-
XYZ51.2348.9597.19-
YUV186.77163.68118.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.76%
GREEN value IS 181 (71.09% from 255) = 29.92%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=28.76%
G=29.92%
B=41.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741812500.300.2800.02234.4788.3783.14
HexAEB5FA1E1C02ea5853
Octal256265372363402352130123
Binary10101110101101011111101011110111000101110101010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB5FA; }

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

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

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

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

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

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

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

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