#AAB5DC

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

Shades of Perano #AAB5DC

Tints of Perano #AAB5DC

Color information

#AAB5DC (or 0xAAB5DC) is unknown color: approx Perano. HEX triplet: AA, B5 and DC. RGB value is (170,181,220). Sum of RGB (Red+Green+Blue) = 170+181+220=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 181 (71.09% from 255 or 31.70% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAB5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5DC is #554A23. Grayscale: #B5B5B5. Windows color (decimal): -5589540 or 14464426. OLE color: 14464426.

HSL color Cylindrical-coordinate representation of color #AAB5DC: hue angle of 226.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAB5DC is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170181220-
CMYK0.230.1800.14
HSL226.8º41.67%76.47%-
HSV(B)226.8º22.73%86.27%-
XYZ46.0246.7674.31-
YUV182.16149.36119.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.77%
GREEN value IS 181 (71.09% from 255) = 31.70%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=29.77%
G=31.70%
B=38.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701812200.230.1800.14226.841.6776.47
HexAAB5DC17120Ee32a4c
Octal252265334272201634352114
Binary101010101011010111011100101111001001110111000111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB5DC; }

 p { color: rgb(170,181,220); }

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

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

 a { background-color: rgb(170,181,220); }

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

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

 span { border-color: rgb(170,181,220); }

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