#A9B5DC

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

Shades of Perano #A9B5DC

Tints of Perano #A9B5DC

Color information

#A9B5DC (or 0xA9B5DC) is unknown color: approx Perano. HEX triplet: A9, B5 and DC. RGB value is (169,181,220). Sum of RGB (Red+Green+Blue) = 169+181+220=570 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.65% from 570); Green value is 181 (71.09% from 255 or 31.75% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9B5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B5DC is #564A23. Grayscale: #B5B5B5. Windows color (decimal): -5655076 or 14464425. OLE color: 14464425.

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

Color convert

RGB169181220-
CMYK0.230.1800.14
HSL225.88º42.15%76.27%-
HSV(B)225.88º23.18%86.27%-
XYZ45.846.6574.3-
YUV181.86149.52118.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.65%
GREEN value IS 181 (71.09% from 255) = 31.75%
BLUE value IS 220 (86.33% from 255) = 38.60%
R=29.65%
G=31.75%
B=38.60%

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
Decimal1691812200.230.1800.14225.8842.1576.27
HexA9B5DC17120Ee22a4c
Octal251265334272201634252114
Binary101010011011010111011100101111001001110111000101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B5DC; }

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

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

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

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

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

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

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

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