#ACB9DE

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

Shades of Perano #ACB9DE

Tints of Perano #ACB9DE

Color information

#ACB9DE (or 0xACB9DE) is unknown color: approx Perano. HEX triplet: AC, B9 and DE. RGB value is (172,185,222). Sum of RGB (Red+Green+Blue) = 172+185+222=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACB9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB9DE is #534621. Grayscale: #B9B9B9. Windows color (decimal): -5457442 or 14596524. OLE color: 14596524.

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

Color convert

RGB172185222-
CMYK0.230.1700.13
HSL224.4º43.1%77.25%-
HSV(B)224.4º22.52%87.06%-
XYZ47.5548.7476.01-
YUV185.33148.69118.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.71%
GREEN value IS 185 (72.66% from 255) = 31.95%
BLUE value IS 222 (87.11% from 255) = 38.34%
R=29.71%
G=31.95%
B=38.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721852220.230.1700.13224.443.177.25
HexACB9DE17110De02b4d
Octal254271336272101534053115
Binary101011001011100111011110101111000101101111000001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB9DE; }

 p { color: rgb(172,185,222); }

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

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

 a { background-color: rgb(172,185,222); }

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

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

 span { border-color: rgb(172,185,222); }

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