#AABBFA

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

Shades of Perano #AABBFA

Tints of Perano #AABBFA

Color information

#AABBFA (or 0xAABBFA) is unknown color: approx Perano. HEX triplet: AA, BB and FA. RGB value is (170,187,250). Sum of RGB (Red+Green+Blue) = 170+187+250=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #AABBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABBFA is #554405. Grayscale: #BCBCBC. Windows color (decimal): -5587974 or 16432042. OLE color: 16432042.

HSL color Cylindrical-coordinate representation of color #AABBFA: hue angle of 227.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AABBFA is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170187250-
CMYK0.320.2500.02
HSL227.25º88.89%82.35%-
HSV(B)227.25º32%98.04%-
XYZ51.650.9997.56-
YUV189.1162.37114.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.01%
GREEN value IS 187 (73.44% from 255) = 30.81%
BLUE value IS 250 (98.05% from 255) = 41.19%
R=28.01%
G=30.81%
B=41.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701872500.320.2500.02227.2588.8982.35
HexAABBFA201902e35952
Octal252273372403102343131122
Binary101010101011101111111010100000110010101110001110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBFA; }

 p { color: rgb(170,187,250); }

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

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

 a { background-color: rgb(170,187,250); }

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

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

 span { border-color: rgb(170,187,250); }

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