#BAC7C8

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

Shades of Jungle Mist #BAC7C8

Tints of Jungle Mist #BAC7C8

Color information

#BAC7C8 (or 0xBAC7C8) is unknown color: approx Jungle Mist. HEX triplet: BA, C7 and C8. RGB value is (186,199,200). Sum of RGB (Red+Green+Blue) = 186+199+200=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 199 (78.12% from 255 or 34.02% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 200 - color contains mainly: blue. Hex color #BAC7C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7C8 is #453837. Grayscale: #C3C3C3. Windows color (decimal): -4536376 or 13158330. OLE color: 13158330.

HSL color Cylindrical-coordinate representation of color #BAC7C8: hue angle of 184.29º 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 #BAC7C8 is Cyan = 0.07, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB186199200-
CMYK0.070.0000.22
HSL184.29º11.29%75.69%-
HSV(B)184.29º7%78.43%-
XYZ51.155.4662.65-
YUV195.23130.69121.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.79%
GREEN value IS 199 (78.12% from 255) = 34.02%
BLUE value IS 200 (78.52% from 255) = 34.19%
R=31.79%
G=34.02%
B=34.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861992000.070.0000.22184.2911.2975.69
HexBAC7C870016b8b4c
Octal2723073107002627013114
Binary10111010110001111100100011100101101011100010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC7C8; }

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

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

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

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

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

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

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

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