#BAC1C2

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

Shades of Jungle Mist #BAC1C2

Tints of Jungle Mist #BAC1C2

Color information

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

HSL color Cylindrical-coordinate representation of color #BAC1C2: hue angle of 187.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 #BAC1C2 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB186193194-
CMYK0.040.0100.24
HSL187.5º6.15%74.51%-
HSV(B)187.5º4.12%76.08%-
XYZ49.0652.4758.58-
YUV191.02129.68124.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861931940.040.0100.24187.56.1574.51
HexBAC1C241018bb64b
Octal272301302410302736113
Binary1011101011000001110000101001011000101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC1C2; }

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

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

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

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

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

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

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

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