#ACB1DC

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

Shades of Perano #ACB1DC

Tints of Perano #ACB1DC

Color information

#ACB1DC (or 0xACB1DC) is unknown color: approx Perano. HEX triplet: AC, B1 and DC. RGB value is (172,177,220). Sum of RGB (Red+Green+Blue) = 172+177+220=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACB1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1DC is #534E23. Grayscale: #B4B4B4. Windows color (decimal): -5459492 or 14463404. OLE color: 14463404.

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

Color convert

RGB172177220-
CMYK0.220.2000.14
HSL233.75º40.68%76.86%-
HSV(B)233.75º21.82%86.27%-
XYZ45.6545.3874.06-
YUV180.41150.34122-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.23%
GREEN value IS 177 (69.53% from 255) = 31.11%
BLUE value IS 220 (86.33% from 255) = 38.66%
R=30.23%
G=31.11%
B=38.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721772200.220.2000.14233.7540.6876.86
HexACB1DC16140Eea294d
Octal254261334262401635251115
Binary101011001011000111011100101101010001110111010101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB1DC; }

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

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

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

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

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

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

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

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