#ACB4DC

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

Shades of Perano #ACB4DC

Tints of Perano #ACB4DC

Color information

#ACB4DC (or 0xACB4DC) is unknown color: approx Perano. HEX triplet: AC, B4 and DC. RGB value is (172,180,220). Sum of RGB (Red+Green+Blue) = 172+180+220=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACB4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB4DC is #534B23. Grayscale: #B5B5B5. Windows color (decimal): -5458724 or 14464172. OLE color: 14464172.

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

Color convert

RGB172180220-
CMYK0.220.1800.14
HSL230º40.68%76.86%-
HSV(B)230º21.82%86.27%-
XYZ46.2546.5874.26-
YUV182.17149.35120.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.07%
GREEN value IS 180 (70.70% from 255) = 31.47%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=30.07%
G=31.47%
B=38.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721802200.220.1800.1423040.6876.86
HexACB4DC16120Ee6294d
Octal254264334262201634651115
Binary101011001011010011011100101101001001110111001101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB4DC; }

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

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

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

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

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

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

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

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