#BAC6C9

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

Shades of Jungle Mist #BAC6C9

Tints of Jungle Mist #BAC6C9

Color information

#BAC6C9 (or 0xBAC6C9) is unknown color: approx Jungle Mist. HEX triplet: BA, C6 and C9. RGB value is (186,198,201). Sum of RGB (Red+Green+Blue) = 186+198+201=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 201 (78.91% from 255 or 34.36% from 585); Max value from RGB is 201 - color contains mainly: blue. Hex color #BAC6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC6C9 is #453936. Grayscale: #C2C2C2. Windows color (decimal): -4536631 or 13223610. OLE color: 13223610.

HSL color Cylindrical-coordinate representation of color #BAC6C9: hue angle of 192º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAC6C9 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186198201-
CMYK0.070.0100.21
HSL192º12.2%75.88%-
HSV(B)192º7.46%78.82%-
XYZ50.9955.0463.2-
YUV194.75131.52121.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.79%
GREEN value IS 198 (77.73% from 255) = 33.85%
BLUE value IS 201 (78.91% from 255) = 34.36%
R=31.79%
G=33.85%
B=34.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861982010.070.0100.2119212.275.88
HexBAC6C971015c0c4c
Octal2723063117102530014114
Binary10111010110001101100100111110101011100000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC6C9; }

 p { color: rgb(186,198,201); }

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

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

 a { background-color: rgb(186,198,201); }

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

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

 span { border-color: rgb(186,198,201); }

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