#AABCF6

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

Shades of Perano #AABCF6

Tints of Perano #AABCF6

Color information

#AABCF6 (or 0xAABCF6) is unknown color: approx Perano. HEX triplet: AA, BC and F6. RGB value is (170,188,246). Sum of RGB (Red+Green+Blue) = 170+188+246=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 246 (96.48% from 255 or 40.73% from 604); Max value from RGB is 246 - color contains mainly: blue. Hex color #AABCF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABCF6 is #554309. Grayscale: #BCBCBC. Windows color (decimal): -5587722 or 16170154. OLE color: 16170154.

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

Color convert

RGB170188246-
CMYK0.310.2400.04
HSL225.79º80.85%81.57%-
HSV(B)225.79º30.89%96.47%-
XYZ51.251.1794.37-
YUV189.23160.04114.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.15%
GREEN value IS 188 (73.83% from 255) = 31.13%
BLUE value IS 246 (96.48% from 255) = 40.73%
R=28.15%
G=31.13%
B=40.73%

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
Decimal1701882460.310.2400.04225.7980.8581.57
HexAABCF61F1804e25152
Octal252274366373004342121122
Binary101010101011110011110110111111100001001110001010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABCF6; }

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

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

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

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

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

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

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

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