#ACB3DC

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

Shades of Perano #ACB3DC

Tints of Perano #ACB3DC

Color information

#ACB3DC (or 0xACB3DC) is unknown color: approx Perano. HEX triplet: AC, B3 and DC. RGB value is (172,179,220). Sum of RGB (Red+Green+Blue) = 172+179+220=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 179 (70.31% from 255 or 31.35% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACB3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3DC is #534C23. Grayscale: #B5B5B5. Windows color (decimal): -5458980 or 14463916. OLE color: 14463916.

HSL color Cylindrical-coordinate representation of color #ACB3DC: hue angle of 231.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACB3DC is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172179220-
CMYK0.220.1900.14
HSL231.25º40.68%76.86%-
HSV(B)231.25º21.82%86.27%-
XYZ46.0546.1874.2-
YUV181.58149.68121.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.12%
GREEN value IS 179 (70.31% from 255) = 31.35%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=30.12%
G=31.35%
B=38.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721792200.220.1900.14231.2540.6876.86
HexACB3DC16130Ee7294d
Octal254263334262301634751115
Binary101011001011001111011100101101001101110111001111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB3DC; }

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

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

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

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

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

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

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

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