#AABCF1

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

Shades of Perano #AABCF1

Tints of Perano #AABCF1

Color information

#AABCF1 (or 0xAABCF1) is unknown color: approx Perano. HEX triplet: AA, BC and F1. RGB value is (170,188,241). Sum of RGB (Red+Green+Blue) = 170+188+241=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 241 - color contains mainly: blue. Hex color #AABCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABCF1 is #55430E. Grayscale: #BCBCBC. Windows color (decimal): -5587727 or 15842474. OLE color: 15842474.

HSL color Cylindrical-coordinate representation of color #AABCF1: hue angle of 224.79º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AABCF1 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170188241-
CMYK0.290.2200.05
HSL224.79º71.72%80.59%-
HSV(B)224.79º29.46%94.51%-
XYZ50.4450.8690.38-
YUV188.66157.54114.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.38%
GREEN value IS 188 (73.83% from 255) = 31.39%
BLUE value IS 241 (94.53% from 255) = 40.23%
R=28.38%
G=31.39%
B=40.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701882410.290.2200.05224.7971.7280.59
HexAABCF11D1605e14851
Octal252274361352605341110121
Binary101010101011110011110001111011011001011110000110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABCF1; }

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

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

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

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

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

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

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

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