#BAC2C1

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

Shades of Jungle Mist #BAC2C1

Tints of Jungle Mist #BAC2C1

Color information

#BAC2C1 (or 0xBAC2C1) is unknown color: approx Jungle Mist. HEX triplet: BA, C2 and C1. RGB value is (186,194,193). Sum of RGB (Red+Green+Blue) = 186+194+193=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC2C1 is #453D3E. Grayscale: #BFBFBF. Windows color (decimal): -4537663 or 12698298. OLE color: 12698298.

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

Color convert

RGB186194193-
CMYK0.0400.010.24
HSL172.5º6.15%74.51%-
HSV(B)172.5º4.12%76.08%-
XYZ49.1752.8758.07-
YUV191.49128.85124.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.46%
GREEN value IS 194 (76.17% from 255) = 33.86%
BLUE value IS 193 (75.78% from 255) = 33.68%
R=32.46%
G=33.86%
B=33.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861941930.0400.010.24172.56.1574.51
HexBAC2C140118ac64b
Octal272302301401302546113
Binary1011101011000010110000011000111000101011001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC2C1; }

 p { color: rgb(186,194,193); }

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

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

 a { background-color: rgb(186,194,193); }

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

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

 span { border-color: rgb(186,194,193); }

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