#AAB8DD

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

Shades of Perano #AAB8DD

Tints of Perano #AAB8DD

Color information

#AAB8DD (or 0xAAB8DD) is unknown color: approx Perano. HEX triplet: AA, B8 and DD. RGB value is (170,184,221). Sum of RGB (Red+Green+Blue) = 170+184+221=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 184 (72.27% from 255 or 32% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAB8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8DD is #554722. Grayscale: #B7B7B7. Windows color (decimal): -5588771 or 14530730. OLE color: 14530730.

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

Color convert

RGB170184221-
CMYK0.230.1700.13
HSL223.53º42.86%76.67%-
HSV(B)223.53º23.08%86.67%-
XYZ46.7748.0575.22-
YUV184.03148.86117.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.57%
GREEN value IS 184 (72.27% from 255) = 32%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=29.57%
G=32%
B=38.43%

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
Decimal1701842210.230.1700.13223.5342.8676.67
HexAAB8DD17110De02b4d
Octal252270335272101534053115
Binary101010101011100011011101101111000101101111000001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB8DD; }

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

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

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

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

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

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

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

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