#ACB3DB

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

Shades of Perano #ACB3DB

Tints of Perano #ACB3DB

Color information

#ACB3DB (or 0xACB3DB) is unknown color: approx Perano. HEX triplet: AC, B3 and DB. RGB value is (172,179,219). Sum of RGB (Red+Green+Blue) = 172+179+219=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACB3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3DB is #534C24. Grayscale: #B5B5B5. Windows color (decimal): -5458981 or 14398380. OLE color: 14398380.

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

Color convert

RGB172179219-
CMYK0.210.1800.14
HSL231.06º39.5%76.67%-
HSV(B)231.06º21.46%85.88%-
XYZ45.9246.1373.5-
YUV181.47149.18121.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.18%
GREEN value IS 179 (70.31% from 255) = 31.40%
BLUE value IS 219 (85.94% from 255) = 38.42%
R=30.18%
G=31.40%
B=38.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721792190.210.1800.14231.0639.576.67
HexACB3DB15120Ee7274d
Octal254263333252201634747115
Binary101011001011001111011011101011001001110111001111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB3DB; }

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

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

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

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

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

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

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

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