#A9B9DD

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

Shades of Perano #A9B9DD

Tints of Perano #A9B9DD

Color information

#A9B9DD (or 0xA9B9DD) is unknown color: approx Perano. HEX triplet: A9, B9 and DD. RGB value is (169,185,221). Sum of RGB (Red+Green+Blue) = 169+185+221=575 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.39% from 575); Green value is 185 (72.66% from 255 or 32.17% 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 #A9B9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B9DD is #564622. Grayscale: #B8B8B8. Windows color (decimal): -5654051 or 14530985. OLE color: 14530985.

HSL color Cylindrical-coordinate representation of color #A9B9DD: hue angle of 221.54º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9B9DD is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169185221-
CMYK0.240.1600.13
HSL221.54º43.33%76.47%-
HSV(B)221.54º23.53%86.67%-
XYZ46.7648.3575.28-
YUV184.32148.7117.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.39%
GREEN value IS 185 (72.66% from 255) = 32.17%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=29.39%
G=32.17%
B=38.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691852210.240.1600.13221.5443.3376.47
HexA9B9DD18100Dde2b4c
Octal251271335302001533653114
Binary101010011011100111011101110001000001101110111101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B9DD; }

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

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

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

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

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

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

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

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