#AABDFA

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

Shades of Perano #AABDFA

Tints of Perano #AABDFA

Color information

#AABDFA (or 0xAABDFA) is unknown color: approx Perano. HEX triplet: AA, BD and FA. RGB value is (170,189,250). Sum of RGB (Red+Green+Blue) = 170+189+250=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #AABDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABDFA is #554205. Grayscale: #BEBEBE. Windows color (decimal): -5587462 or 16432554. OLE color: 16432554.

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

Color convert

RGB170189250-
CMYK0.320.2400.02
HSL225.75º88.89%82.35%-
HSV(B)225.75º32%98.04%-
XYZ52.0351.8497.71-
YUV190.27161.71113.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.91%
GREEN value IS 189 (74.22% from 255) = 31.03%
BLUE value IS 250 (98.05% from 255) = 41.05%
R=27.91%
G=31.03%
B=41.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701892500.320.2400.02225.7588.8982.35
HexAABDFA201802e25952
Octal252275372403002342131122
Binary101010101011110111111010100000110000101110001010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDFA; }

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

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

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

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

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

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

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

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