#AABDE3

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

Shades of Perano #AABDE3

Tints of Perano #AABDE3

Color information

#AABDE3 (or 0xAABDE3) is unknown color: approx Perano. HEX triplet: AA, BD and E3. RGB value is (170,189,227). Sum of RGB (Red+Green+Blue) = 170+189+227=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 227 (89.06% from 255 or 38.74% from 586); Max value from RGB is 227 - color contains mainly: blue. Hex color #AABDE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDE3 is #55421C. Grayscale: #BBBBBB. Windows color (decimal): -5587485 or 14925226. OLE color: 14925226.

HSL color Cylindrical-coordinate representation of color #AABDE3: hue angle of 220º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AABDE3 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170189227-
CMYK0.250.1700.11
HSL220º50.44%77.84%-
HSV(B)220º25.11%89.02%-
XYZ48.6450.4979.85-
YUV187.65150.21115.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.01%
GREEN value IS 189 (74.22% from 255) = 32.25%
BLUE value IS 227 (89.06% from 255) = 38.74%
R=29.01%
G=32.25%
B=38.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1701892270.250.1700.1122050.4477.84
HexAABDE319110Bdc324e
Octal252275343312101333462116
Binary101010101011110111100011110011000101011110111001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDE3; }

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

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

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

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

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

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

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

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