#ACBDBF

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

Shades of Jungle Mist #ACBDBF

Tints of Jungle Mist #ACBDBF

Color information

#ACBDBF (or 0xACBDBF) is unknown color: approx Jungle Mist. HEX triplet: AC, BD and BF. RGB value is (172,189,191). Sum of RGB (Red+Green+Blue) = 172+189+191=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 191 - color contains mainly: blue. Hex color #ACBDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDBF is #534240. Grayscale: #B8B8B8. Windows color (decimal): -5456449 or 12565932. OLE color: 12565932.

HSL color Cylindrical-coordinate representation of color #ACBDBF: hue angle of 186.32º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACBDBF is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172189191-
CMYK0.100.0100.25
HSL186.32º12.93%71.18%-
HSV(B)186.32º9.95%74.9%-
XYZ44.6148.9356.38-
YUV184.14131.87119.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.16%
GREEN value IS 189 (74.22% from 255) = 34.24%
BLUE value IS 191 (75% from 255) = 34.60%
R=31.16%
G=34.24%
B=34.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721891910.100.0100.25186.3212.9371.18
HexACBDBFA1019bad47
Octal25427527712103127215107
Binary101011001011110110111111101010110011011101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDBF; }

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

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

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

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

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

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

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

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