#BAC4C5

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

Shades of Jungle Mist #BAC4C5

Tints of Jungle Mist #BAC4C5

Color information

#BAC4C5 (or 0xBAC4C5) is unknown color: approx Jungle Mist. HEX triplet: BA, C4 and C5. RGB value is (186,196,197). Sum of RGB (Red+Green+Blue) = 186+196+197=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 197 - color contains mainly: blue. Hex color #BAC4C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4C5 is #453B3A. Grayscale: #C1C1C1. Windows color (decimal): -4537147 or 12960954. OLE color: 12960954.

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

Color convert

RGB186196197-
CMYK0.060.0100.23
HSL185.45º8.66%75.1%-
HSV(B)185.45º5.58%77.25%-
XYZ50.0753.9560.6-
YUV193.12130.19122.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.12%
GREEN value IS 196 (76.95% from 255) = 33.85%
BLUE value IS 197 (77.34% from 255) = 34.02%
R=32.12%
G=33.85%
B=34.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861961970.060.0100.23185.458.6675.1
HexBAC4C561017b994b
Octal2723043056102727111113
Binary10111010110001001100010111010101111011100110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC4C5; }

 p { color: rgb(186,196,197); }

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

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

 a { background-color: rgb(186,196,197); }

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

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

 span { border-color: rgb(186,196,197); }

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