#AABEFA

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

Shades of Perano #AABEFA

Tints of Perano #AABEFA

Color information

#AABEFA (or 0xAABEFA) is unknown color: approx Perano. HEX triplet: AA, BE and FA. RGB value is (170,190,250). Sum of RGB (Red+Green+Blue) = 170+190+250=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 190 (74.61% from 255 or 31.15% 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 #AABEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABEFA is #554105. Grayscale: #BEBEBE. Windows color (decimal): -5587206 or 16432810. OLE color: 16432810.

HSL color Cylindrical-coordinate representation of color #AABEFA: hue angle of 225º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AABEFA is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170190250-
CMYK0.320.2400.02
HSL225º88.89%82.35%-
HSV(B)225º32%98.04%-
XYZ52.2552.2897.78-
YUV190.86161.37113.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.87%
GREEN value IS 190 (74.61% from 255) = 31.15%
BLUE value IS 250 (98.05% from 255) = 40.98%
R=27.87%
G=31.15%
B=40.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701902500.320.2400.0222588.8982.35
HexAABEFA201802e15952
Octal252276372403002341131122
Binary101010101011111011111010100000110000101110000110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABEFA; }

 p { color: rgb(170,190,250); }

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

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

 a { background-color: rgb(170,190,250); }

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

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

 span { border-color: rgb(170,190,250); }

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