#AEB4FA

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

Shades of Perano #AEB4FA

Tints of Perano #AEB4FA

Color information

#AEB4FA (or 0xAEB4FA) is unknown color: approx Perano. HEX triplet: AE, B4 and FA. RGB value is (174,180,250). Sum of RGB (Red+Green+Blue) = 174+180+250=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 180 (70.70% from 255 or 29.80% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEB4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB4FA is #514B05. Grayscale: #B9B9B9. Windows color (decimal): -5327622 or 16430254. OLE color: 16430254.

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

Color convert

RGB174180250-
CMYK0.300.2800.02
HSL235.26º88.37%83.14%-
HSV(B)235.26º30.4%98.04%-
XYZ51.0348.5497.12-
YUV186.19164.01119.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.81%
GREEN value IS 180 (70.70% from 255) = 29.80%
BLUE value IS 250 (98.05% from 255) = 41.39%
R=28.81%
G=29.80%
B=41.39%

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
Decimal1741802500.300.2800.02235.2688.3783.14
HexAEB4FA1E1C02eb5853
Octal256264372363402353130123
Binary10101110101101001111101011110111000101110101110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB4FA; }

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

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

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

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

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

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

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

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