#AABCF3

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

Shades of Perano #AABCF3

Tints of Perano #AABCF3

Color information

#AABCF3 (or 0xAABCF3) is unknown color: approx Perano. HEX triplet: AA, BC and F3. RGB value is (170,188,243). Sum of RGB (Red+Green+Blue) = 170+188+243=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 243 (95.31% from 255 or 40.43% from 601); Max value from RGB is 243 - color contains mainly: blue. Hex color #AABCF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABCF3 is #55430C. Grayscale: #BCBCBC. Windows color (decimal): -5587725 or 15973546. OLE color: 15973546.

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

Color convert

RGB170188243-
CMYK0.300.2300.05
HSL225.21º75.26%80.98%-
HSV(B)225.21º30.04%95.29%-
XYZ50.7450.9891.96-
YUV188.89158.54114.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.29%
GREEN value IS 188 (73.83% from 255) = 31.28%
BLUE value IS 243 (95.31% from 255) = 40.43%
R=28.29%
G=31.28%
B=40.43%

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
Decimal1701882430.300.2300.05225.2175.2680.98
HexAABCF31E1705e14b51
Octal252274363362705341113121
Binary101010101011110011110011111101011101011110000110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABCF3; }

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

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

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

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

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

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

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

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