#AABEF2

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

Shades of Perano #AABEF2

Tints of Perano #AABEF2

Color information

#AABEF2 (or 0xAABEF2) is unknown color: approx Perano. HEX triplet: AA, BE and F2. RGB value is (170,190,242). Sum of RGB (Red+Green+Blue) = 170+190+242=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 242 (94.92% from 255 or 40.20% from 602); Max value from RGB is 242 - color contains mainly: blue. Hex color #AABEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABEF2 is #55410D. Grayscale: #BDBDBD. Windows color (decimal): -5587214 or 15908522. OLE color: 15908522.

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

Color convert

RGB170190242-
CMYK0.300.2100.05
HSL223.33º73.47%80.78%-
HSV(B)223.33º29.75%94.9%-
XYZ51.0251.7891.31-
YUV189.95157.37113.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.24%
GREEN value IS 190 (74.61% from 255) = 31.56%
BLUE value IS 242 (94.92% from 255) = 40.20%
R=28.24%
G=31.56%
B=40.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701902420.300.2100.05223.3373.4780.78
HexAABEF21E1505df4951
Octal252276362362505337111121
Binary101010101011111011110010111101010101011101111110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABEF2; }

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

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

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

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

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

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

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

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