#AABCFF

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

Shades of Perano #AABCFF

Tints of Perano #AABCFF

Color information

#AABCFF (or 0xAABCFF) is unknown color: approx Perano. HEX triplet: AA, BC and FF. RGB value is (170,188,255). Sum of RGB (Red+Green+Blue) = 170+188+255=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #AABCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABCFF is #554300. Grayscale: #BDBDBD. Windows color (decimal): -5587713 or 16759978. OLE color: 16759978.

HSL color Cylindrical-coordinate representation of color #AABCFF: hue angle of 227.29º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AABCFF is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB170188255-
CMYK0.330.2600
HSL227.29º100%83.33%-
HSV(B)227.29º33.33%100%-
XYZ52.6151.73101.82-
YUV190.26164.54113.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.73%
GREEN value IS 188 (73.83% from 255) = 30.67%
BLUE value IS 255 (100% from 255) = 41.60%
R=27.73%
G=30.67%
B=41.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1701882550.330.2600227.2910083.33
HexAABCFF211A00e36453
Octal252274377413200343144123
Binary10101010101111001111111110000111010001110001111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABCFF; }

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

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

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

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

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

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

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

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