#A9B7DC

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

Shades of Perano #A9B7DC

Tints of Perano #A9B7DC

Color information

#A9B7DC (or 0xA9B7DC) is unknown color: approx Perano. HEX triplet: A9, B7 and DC. RGB value is (169,183,220). Sum of RGB (Red+Green+Blue) = 169+183+220=572 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.55% from 572); Green value is 183 (71.88% from 255 or 31.99% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9B7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B7DC is #564823. Grayscale: #B6B6B6. Windows color (decimal): -5654564 or 14464937. OLE color: 14464937.

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

Color convert

RGB169183220-
CMYK0.230.1700.14
HSL223.53º42.15%76.27%-
HSV(B)223.53º23.18%86.27%-
XYZ46.2147.4774.44-
YUV183.03148.86117.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.55%
GREEN value IS 183 (71.88% from 255) = 31.99%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=29.55%
G=31.99%
B=38.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691832200.230.1700.14223.5342.1576.27
HexA9B7DC17110Ee02a4c
Octal251267334272101634052114
Binary101010011011011111011100101111000101110111000001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B7DC; }

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

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

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

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

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

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

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

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