#A9B4DC

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

Shades of Perano #A9B4DC

Tints of Perano #A9B4DC

Color information

#A9B4DC (or 0xA9B4DC) is unknown color: approx Perano. HEX triplet: A9, B4 and DC. RGB value is (169,180,220). Sum of RGB (Red+Green+Blue) = 169+180+220=569 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.70% from 569); Green value is 180 (70.70% from 255 or 31.63% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9B4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B4DC is #564B23. Grayscale: #B5B5B5. Windows color (decimal): -5655332 or 14464169. OLE color: 14464169.

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

Color convert

RGB169180220-
CMYK0.230.1800.14
HSL227.06º42.15%76.27%-
HSV(B)227.06º23.18%86.27%-
XYZ45.646.2474.23-
YUV181.27149.86119.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.70%
GREEN value IS 180 (70.70% from 255) = 31.63%
BLUE value IS 220 (86.33% from 255) = 38.66%
R=29.70%
G=31.63%
B=38.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691802200.230.1800.14227.0642.1576.27
HexA9B4DC17120Ee32a4c
Octal251264334272201634352114
Binary101010011011010011011100101111001001110111000111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B4DC; }

 p { color: rgb(169,180,220); }

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

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

 a { background-color: rgb(169,180,220); }

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

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

 span { border-color: rgb(169,180,220); }

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