#BAC8C6

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

Shades of Jungle Mist #BAC8C6

Tints of Jungle Mist #BAC8C6

Color information

#BAC8C6 (or 0xBAC8C6) is unknown color: approx Jungle Mist. HEX triplet: BA, C8 and C6. RGB value is (186,200,198). Sum of RGB (Red+Green+Blue) = 186+200+198=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 200 (78.52% from 255 or 34.25% from 584); Blue value is 198 (77.73% from 255 or 33.90% from 584); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8C6 is #453739. Grayscale: #C3C3C3. Windows color (decimal): -4536122 or 13027514. OLE color: 13027514.

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

Color convert

RGB186200198-
CMYK0.0700.010.22
HSL171.43º11.29%75.69%-
HSV(B)171.43º7%78.43%-
XYZ51.155.8261.51-
YUV195.59129.36121.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.85%
GREEN value IS 200 (78.52% from 255) = 34.25%
BLUE value IS 198 (77.73% from 255) = 33.90%
R=31.85%
G=34.25%
B=33.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1862001980.0700.010.22171.4311.2975.69
HexBAC8C670116abb4c
Octal2723103067012625313114
Binary10111010110010001100011011101101101010101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC8C6; }

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

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

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

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

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

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

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

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