#AABDFC

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

Shades of Perano #AABDFC

Tints of Perano #AABDFC

Color information

#AABDFC (or 0xAABDFC) is unknown color: approx Perano. HEX triplet: AA, BD and FC. RGB value is (170,189,252). Sum of RGB (Red+Green+Blue) = 170+189+252=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #AABDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABDFC is #554203. Grayscale: #BEBEBE. Windows color (decimal): -5587460 or 16563626. OLE color: 16563626.

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

Color convert

RGB170189252-
CMYK0.330.2500.01
HSL226.1º93.18%82.75%-
HSV(B)226.1º32.54%98.82%-
XYZ52.3551.9799.37-
YUV190.5162.71113.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.82%
GREEN value IS 189 (74.22% from 255) = 30.93%
BLUE value IS 252 (98.83% from 255) = 41.24%
R=27.82%
G=30.93%
B=41.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701892520.330.2500.01226.193.1882.75
HexAABDFC211901e25d53
Octal252275374413101342135123
Binary10101010101111011111110010000111001011110001010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDFC; }

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

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

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

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

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

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

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

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