#AABCF7

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

Shades of Perano #AABCF7

Tints of Perano #AABCF7

Color information

#AABCF7 (or 0xAABCF7) is unknown color: approx Perano. HEX triplet: AA, BC and F7. RGB value is (170,188,247). Sum of RGB (Red+Green+Blue) = 170+188+247=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 247 (96.88% from 255 or 40.83% from 605); Max value from RGB is 247 - color contains mainly: blue. Hex color #AABCF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABCF7 is #554308. Grayscale: #BDBDBD. Windows color (decimal): -5587721 or 16235690. OLE color: 16235690.

HSL color Cylindrical-coordinate representation of color #AABCF7: hue angle of 225.97º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AABCF7 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB170188247-
CMYK0.310.2400.03
HSL225.97º82.8%81.76%-
HSV(B)225.97º31.17%96.86%-
XYZ51.3551.2395.18-
YUV189.34160.54114.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.10%
GREEN value IS 188 (73.83% from 255) = 31.07%
BLUE value IS 247 (96.88% from 255) = 40.83%
R=28.10%
G=31.07%
B=40.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1701882470.310.2400.03225.9782.881.76
HexAABCF71F1803e25352
Octal252274367373003342123122
Binary10101010101111001111011111111110000111110001010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABCF7; }

 p { color: rgb(170,188,247); }

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

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

 a { background-color: rgb(170,188,247); }

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

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

 span { border-color: rgb(170,188,247); }

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