#AABDF2

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

Shades of Perano #AABDF2

Tints of Perano #AABDF2

Color information

#AABDF2 (or 0xAABDF2) is unknown color: approx Perano. HEX triplet: AA, BD and F2. RGB value is (170,189,242). Sum of RGB (Red+Green+Blue) = 170+189+242=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 242 - color contains mainly: blue. Hex color #AABDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABDF2 is #55420D. Grayscale: #BDBDBD. Windows color (decimal): -5587470 or 15908266. OLE color: 15908266.

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

Color convert

RGB170189242-
CMYK0.300.2200.05
HSL224.17º73.47%80.78%-
HSV(B)224.17º29.75%94.9%-
XYZ50.851.3591.24-
YUV189.36157.71114.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.29%
GREEN value IS 189 (74.22% from 255) = 31.45%
BLUE value IS 242 (94.92% from 255) = 40.27%
R=28.29%
G=31.45%
B=40.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701892420.300.2200.05224.1773.4780.78
HexAABDF21E1605e04951
Octal252275362362605340111121
Binary101010101011110111110010111101011001011110000010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDF2; }

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

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

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

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

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

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

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

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