#AAB8DC

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

Shades of Perano #AAB8DC

Tints of Perano #AAB8DC

Color information

#AAB8DC (or 0xAAB8DC) is unknown color: approx Perano. HEX triplet: AA, B8 and DC. RGB value is (170,184,220). Sum of RGB (Red+Green+Blue) = 170+184+220=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 184 (72.27% from 255 or 32.06% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAB8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8DC is #554723. Grayscale: #B7B7B7. Windows color (decimal): -5588772 or 14465194. OLE color: 14465194.

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

Color convert

RGB170184220-
CMYK0.230.1600.14
HSL223.2º41.67%76.47%-
HSV(B)223.2º22.73%86.27%-
XYZ46.6447.9974.52-
YUV183.92148.36118.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.62%
GREEN value IS 184 (72.27% from 255) = 32.06%
BLUE value IS 220 (86.33% from 255) = 38.33%
R=29.62%
G=32.06%
B=38.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701842200.230.1600.14223.241.6776.47
HexAAB8DC17100Edf2a4c
Octal252270334272001633752114
Binary101010101011100011011100101111000001110110111111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB8DC; }

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

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

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

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

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

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

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

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