#A9B9DB

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

Shades of Perano #A9B9DB

Tints of Perano #A9B9DB

Color information

#A9B9DB (or 0xA9B9DB) is unknown color: approx Perano. HEX triplet: A9, B9 and DB. RGB value is (169,185,219). Sum of RGB (Red+Green+Blue) = 169+185+219=573 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.49% from 573); Green value is 185 (72.66% from 255 or 32.29% 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 #A9B9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B9DB is #564624. Grayscale: #B7B7B7. Windows color (decimal): -5654053 or 14399913. OLE color: 14399913.

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

Color convert

RGB169185219-
CMYK0.230.1600.14
HSL220.8º40.98%76.08%-
HSV(B)220.8º22.83%85.88%-
XYZ46.548.2573.88-
YUV184.09147.7117.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.49%
GREEN value IS 185 (72.66% from 255) = 32.29%
BLUE value IS 219 (85.94% from 255) = 38.22%
R=29.49%
G=32.29%
B=38.22%

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
Decimal1691852190.230.1600.14220.840.9876.08
HexA9B9DB17100Edd294c
Octal251271333272001633551114
Binary101010011011100111011011101111000001110110111011010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B9DB; }

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

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

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

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

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

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

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

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