#AAB4DC

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

Shades of Perano #AAB4DC

Tints of Perano #AAB4DC

Color information

#AAB4DC (or 0xAAB4DC) is unknown color: approx Perano. HEX triplet: AA, B4 and DC. RGB value is (170,180,220). Sum of RGB (Red+Green+Blue) = 170+180+220=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 180 (70.70% from 255 or 31.58% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAB4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB4DC is #554B23. Grayscale: #B5B5B5. Windows color (decimal): -5589796 or 14464170. OLE color: 14464170.

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

Color convert

RGB170180220-
CMYK0.230.1800.14
HSL228º41.67%76.47%-
HSV(B)228º22.73%86.27%-
XYZ45.8246.3674.24-
YUV181.57149.69119.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.82%
GREEN value IS 180 (70.70% from 255) = 31.58%
BLUE value IS 220 (86.33% from 255) = 38.60%
R=29.82%
G=31.58%
B=38.60%

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
Decimal1701802200.230.1800.1422841.6776.47
HexAAB4DC17120Ee42a4c
Octal252264334272201634452114
Binary101010101011010011011100101111001001110111001001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB4DC; }

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

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

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

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

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

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

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

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