#ACBFC1

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

Shades of Jungle Mist #ACBFC1

Tints of Jungle Mist #ACBFC1

Color information

#ACBFC1 (or 0xACBFC1) is unknown color: approx Jungle Mist. HEX triplet: AC, BF and C1. RGB value is (172,191,193). Sum of RGB (Red+Green+Blue) = 172+191+193=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 193 - color contains mainly: blue. Hex color #ACBFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBFC1 is #53403E. Grayscale: #B9B9B9. Windows color (decimal): -5455935 or 12697516. OLE color: 12697516.

HSL color Cylindrical-coordinate representation of color #ACBFC1: hue angle of 185.71º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACBFC1 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172191193-
CMYK0.110.0100.24
HSL185.71º14.48%71.57%-
HSV(B)185.71º10.88%75.69%-
XYZ45.2749.8857.69-
YUV185.55132.21118.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.94%
GREEN value IS 191 (75% from 255) = 34.35%
BLUE value IS 193 (75.78% from 255) = 34.71%
R=30.94%
G=34.35%
B=34.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721911930.110.0100.24185.7114.4871.57
HexACBFC1B1018bae48
Octal25427730113103027216110
Binary101011001011111111000001101110110001011101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFC1; }

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

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

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

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

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

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

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

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