#AAB9DB

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

Shades of Perano #AAB9DB

Tints of Perano #AAB9DB

Color information

#AAB9DB (or 0xAAB9DB) is unknown color: approx Perano. HEX triplet: AA, B9 and DB. RGB value is (170,185,219). Sum of RGB (Red+Green+Blue) = 170+185+219=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAB9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9DB is #554624. Grayscale: #B8B8B8. Windows color (decimal): -5588517 or 14399914. OLE color: 14399914.

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

Color convert

RGB170185219-
CMYK0.220.1600.14
HSL221.63º40.5%76.27%-
HSV(B)221.63º22.37%85.88%-
XYZ46.7148.3673.89-
YUV184.39147.53117.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.62%
GREEN value IS 185 (72.66% from 255) = 32.23%
BLUE value IS 219 (85.94% from 255) = 38.15%
R=29.62%
G=32.23%
B=38.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701852190.220.1600.14221.6340.576.27
HexAAB9DB16100Ede284c
Octal252271333262001633650114
Binary101010101011100111011011101101000001110110111101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB9DB; }

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

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

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

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

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

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

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

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