#ACB3DE

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

Shades of Perano #ACB3DE

Tints of Perano #ACB3DE

Color information

#ACB3DE (or 0xACB3DE) is unknown color: approx Perano. HEX triplet: AC, B3 and DE. RGB value is (172,179,222). Sum of RGB (Red+Green+Blue) = 172+179+222=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACB3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3DE is #534C21. Grayscale: #B5B5B5. Windows color (decimal): -5458978 or 14594988. OLE color: 14594988.

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

Color convert

RGB172179222-
CMYK0.230.1900.13
HSL231.6º43.1%77.25%-
HSV(B)231.6º22.52%87.06%-
XYZ46.3246.2875.6-
YUV181.81150.68121-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.02%
GREEN value IS 179 (70.31% from 255) = 31.24%
BLUE value IS 222 (87.11% from 255) = 38.74%
R=30.02%
G=31.24%
B=38.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721792220.230.1900.13231.643.177.25
HexACB3DE17130De82b4d
Octal254263336272301535053115
Binary101011001011001111011110101111001101101111010001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB3DE; }

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

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

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

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

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

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

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

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