#AABADE

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

Shades of Perano #AABADE

Tints of Perano #AABADE

Color information

#AABADE (or 0xAABADE) is unknown color: approx Perano. HEX triplet: AA, BA and DE. RGB value is (170,186,222). Sum of RGB (Red+Green+Blue) = 170+186+222=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #AABADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABADE is #554521. Grayscale: #B9B9B9. Windows color (decimal): -5588258 or 14596778. OLE color: 14596778.

HSL color Cylindrical-coordinate representation of color #AABADE: hue angle of 221.54º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AABADE is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170186222-
CMYK0.230.1600.13
HSL221.54º44.07%76.86%-
HSV(B)221.54º23.42%87.06%-
XYZ47.3248.9476.06-
YUV185.32148.7117.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.41%
GREEN value IS 186 (73.05% from 255) = 32.18%
BLUE value IS 222 (87.11% from 255) = 38.41%
R=29.41%
G=32.18%
B=38.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701862220.230.1600.13221.5444.0776.86
HexAABADE17100Dde2c4d
Octal252272336272001533654115
Binary101010101011101011011110101111000001101110111101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABADE; }

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

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

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

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

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

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

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

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