#ACBFC2

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

Shades of Jungle Mist #ACBFC2

Tints of Jungle Mist #ACBFC2

Color information

#ACBFC2 (or 0xACBFC2) is unknown color: approx Jungle Mist. HEX triplet: AC, BF and C2. RGB value is (172,191,194). Sum of RGB (Red+Green+Blue) = 172+191+194=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 194 (76.17% from 255 or 34.83% from 557); Max value from RGB is 194 - color contains mainly: blue. Hex color #ACBFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBFC2 is #53403D. Grayscale: #B9B9B9. Windows color (decimal): -5455934 or 12763052. OLE color: 12763052.

HSL color Cylindrical-coordinate representation of color #ACBFC2: hue angle of 188.18º degrees, saturation: 0.15, 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 #ACBFC2 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172191194-
CMYK0.110.0200.24
HSL188.18º15.28%71.76%-
HSV(B)188.18º11.34%76.08%-
XYZ45.3849.9358.28-
YUV185.66132.71118.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.88%
GREEN value IS 191 (75% from 255) = 34.29%
BLUE value IS 194 (76.17% from 255) = 34.83%
R=30.88%
G=34.29%
B=34.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721911940.110.0200.24188.1815.2871.76
HexACBFC2B2018bcf48
Octal25427730213203027417110
Binary1010110010111111110000101011100110001011110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFC2; }

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

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

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

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

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

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

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

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