#AABAFA

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

Shades of Perano #AABAFA

Tints of Perano #AABAFA

Color information

#AABAFA (or 0xAABAFA) is unknown color: approx Perano. HEX triplet: AA, BA and FA. RGB value is (170,186,250). Sum of RGB (Red+Green+Blue) = 170+186+250=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #AABAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABAFA is #554505. Grayscale: #BCBCBC. Windows color (decimal): -5588230 or 16431786. OLE color: 16431786.

HSL color Cylindrical-coordinate representation of color #AABAFA: hue angle of 228º 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 #AABAFA is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170186250-
CMYK0.320.2600.02
HSL228º88.89%82.35%-
HSV(B)228º32%98.04%-
XYZ51.3950.5797.49-
YUV188.51162.7114.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.05%
GREEN value IS 186 (73.05% from 255) = 30.69%
BLUE value IS 250 (98.05% from 255) = 41.25%
R=28.05%
G=30.69%
B=41.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701862500.320.2600.0222888.8982.35
HexAABAFA201A02e45952
Octal252272372403202344131122
Binary101010101011101011111010100000110100101110010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABAFA; }

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

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

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

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

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

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

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

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