#AAB8DB

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

Shades of Perano #AAB8DB

Tints of Perano #AAB8DB

Color information

#AAB8DB (or 0xAAB8DB) is unknown color: approx Perano. HEX triplet: AA, B8 and DB. RGB value is (170,184,219). Sum of RGB (Red+Green+Blue) = 170+184+219=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 184 (72.27% from 255 or 32.11% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAB8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8DB is #554724. Grayscale: #B7B7B7. Windows color (decimal): -5588773 or 14399658. OLE color: 14399658.

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

Color convert

RGB170184219-
CMYK0.220.1600.14
HSL222.86º40.5%76.27%-
HSV(B)222.86º22.37%85.88%-
XYZ46.547.9473.82-
YUV183.8147.86118.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.67%
GREEN value IS 184 (72.27% from 255) = 32.11%
BLUE value IS 219 (85.94% from 255) = 38.22%
R=29.67%
G=32.11%
B=38.22%

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
Decimal1701842190.220.1600.14222.8640.576.27
HexAAB8DB16100Edf284c
Octal252270333262001633750114
Binary101010101011100011011011101101000001110110111111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB8DB; }

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

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

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

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

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

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

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

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