#AEBAFA

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

Shades of Perano #AEBAFA

Tints of Perano #AEBAFA

Color information

#AEBAFA (or 0xAEBAFA) is unknown color: approx Perano. HEX triplet: AE, BA and FA. RGB value is (174,186,250). Sum of RGB (Red+Green+Blue) = 174+186+250=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEBAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBAFA is #514505. Grayscale: #BDBDBD. Windows color (decimal): -5326086 or 16431790. OLE color: 16431790.

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

Color convert

RGB174186250-
CMYK0.300.2600.02
HSL230.53º88.37%83.14%-
HSV(B)230.53º30.4%98.04%-
XYZ52.2751.0297.54-
YUV189.71162.02116.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.52%
GREEN value IS 186 (73.05% from 255) = 30.49%
BLUE value IS 250 (98.05% from 255) = 40.98%
R=28.52%
G=30.49%
B=40.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741862500.300.2600.02230.5388.3783.14
HexAEBAFA1E1A02e75853
Octal256272372363202347130123
Binary10101110101110101111101011110110100101110011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBAFA; }

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

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

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

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

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

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

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

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