#AAB9DF

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

Shades of Perano #AAB9DF

Tints of Perano #AAB9DF

Color information

#AAB9DF (or 0xAAB9DF) is unknown color: approx Perano. HEX triplet: AA, B9 and DF. RGB value is (170,185,223). Sum of RGB (Red+Green+Blue) = 170+185+223=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAB9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9DF is #554620. Grayscale: #B8B8B8. Windows color (decimal): -5588513 or 14662058. OLE color: 14662058.

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

Color convert

RGB170185223-
CMYK0.240.1700.13
HSL223.02º45.3%77.06%-
HSV(B)223.02º23.77%87.45%-
XYZ47.2548.5776.7-
YUV184.85149.53117.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.41%
GREEN value IS 185 (72.66% from 255) = 32.01%
BLUE value IS 223 (87.5% from 255) = 38.58%
R=29.41%
G=32.01%
B=38.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701852230.240.1700.13223.0245.377.06
HexAAB9DF18110Ddf2d4d
Octal252271337302101533755115
Binary101010101011100111011111110001000101101110111111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB9DF; }

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

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

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

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

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

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

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

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