#AAB9DE

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

Shades of Perano #AAB9DE

Tints of Perano #AAB9DE

Color information

#AAB9DE (or 0xAAB9DE) is unknown color: approx Perano. HEX triplet: AA, B9 and DE. RGB value is (170,185,222). Sum of RGB (Red+Green+Blue) = 170+185+222=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAB9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9DE is #554621. Grayscale: #B8B8B8. Windows color (decimal): -5588514 or 14596522. OLE color: 14596522.

HSL color Cylindrical-coordinate representation of color #AAB9DE: hue angle of 222.69º 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 #AAB9DE is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170185222-
CMYK0.230.1700.13
HSL222.69º44.07%76.86%-
HSV(B)222.69º23.42%87.06%-
XYZ47.1148.5275.99-
YUV184.73149.03117.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.46%
GREEN value IS 185 (72.66% from 255) = 32.06%
BLUE value IS 222 (87.11% from 255) = 38.47%
R=29.46%
G=32.06%
B=38.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701852220.230.1700.13222.6944.0776.86
HexAAB9DE17110Ddf2c4d
Octal252271336272101533754115
Binary101010101011100111011110101111000101101110111111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB9DE; }

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

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

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

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

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

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

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

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