#AABAF5

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

Shades of Perano #AABAF5

Tints of Perano #AABAF5

Color information

#AABAF5 (or 0xAABAF5) is unknown color: approx Perano. HEX triplet: AA, BA and F5. RGB value is (170,186,245). Sum of RGB (Red+Green+Blue) = 170+186+245=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 245 (96.09% from 255 or 40.77% from 601); Max value from RGB is 245 - color contains mainly: blue. Hex color #AABAF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABAF5 is #55450A. Grayscale: #BBBBBB. Windows color (decimal): -5588235 or 16104106. OLE color: 16104106.

HSL color Cylindrical-coordinate representation of color #AABAF5: hue angle of 227.2º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AABAF5 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB170186245-
CMYK0.310.2400.04
HSL227.2º78.95%81.37%-
HSV(B)227.2º30.61%96.08%-
XYZ50.6250.2693.42-
YUV187.94160.2115.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.29%
GREEN value IS 186 (73.05% from 255) = 30.95%
BLUE value IS 245 (96.09% from 255) = 40.77%
R=28.29%
G=30.95%
B=40.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1701862450.310.2400.04227.278.9581.37
HexAABAF51F1804e34f51
Octal252272365373004343117121
Binary101010101011101011110101111111100001001110001110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABAF5; }

 p { color: rgb(170,186,245); }

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

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

 a { background-color: rgb(170,186,245); }

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

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

 span { border-color: rgb(170,186,245); }

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