#AABAF2

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

Shades of Perano #AABAF2

Tints of Perano #AABAF2

Color information

#AABAF2 (or 0xAABAF2) is unknown color: approx Perano. HEX triplet: AA, BA and F2. RGB value is (170,186,242). Sum of RGB (Red+Green+Blue) = 170+186+242=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 242 - color contains mainly: blue. Hex color #AABAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABAF2 is #55450D. Grayscale: #BBBBBB. Windows color (decimal): -5588238 or 15907498. OLE color: 15907498.

HSL color Cylindrical-coordinate representation of color #AABAF2: hue angle of 226.67º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AABAF2 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170186242-
CMYK0.300.2300.05
HSL226.67º73.47%80.78%-
HSV(B)226.67º29.75%94.9%-
XYZ50.1650.0791.03-
YUV187.6158.7115.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.43%
GREEN value IS 186 (73.05% from 255) = 31.10%
BLUE value IS 242 (94.92% from 255) = 40.47%
R=28.43%
G=31.10%
B=40.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701862420.300.2300.05226.6773.4780.78
HexAABAF21E1705e34951
Octal252272362362705343111121
Binary101010101011101011110010111101011101011110001110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABAF2; }

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

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

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

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

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

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

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

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