#ACBCBD

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

Shades of Jungle Mist #ACBCBD

Tints of Jungle Mist #ACBCBD

Color information

#ACBCBD (or 0xACBCBD) is unknown color: approx Jungle Mist. HEX triplet: AC, BC and BD. RGB value is (172,188,189). Sum of RGB (Red+Green+Blue) = 172+188+189=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 189 - color contains mainly: blue. Hex color #ACBCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBCBD is #534342. Grayscale: #B7B7B7. Windows color (decimal): -5456707 or 12434604. OLE color: 12434604.

HSL color Cylindrical-coordinate representation of color #ACBCBD: hue angle of 183.53º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACBCBD is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB172188189-
CMYK0.090.0100.26
HSL183.53º11.41%70.78%-
HSV(B)183.53º8.99%74.12%-
XYZ44.1848.4155.16-
YUV183.33131.2119.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.33%
GREEN value IS 188 (73.83% from 255) = 34.24%
BLUE value IS 189 (74.22% from 255) = 34.43%
R=31.33%
G=34.24%
B=34.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721881890.090.0100.26183.5311.4170.78
HexACBCBD9101Ab8b47
Octal25427427511103227013107
Binary101011001011110010111101100110110101011100010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCBD; }

 p { color: rgb(172,188,189); }

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

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

 a { background-color: rgb(172,188,189); }

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

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

 span { border-color: rgb(172,188,189); }

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