#BFC0C0

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

Shades of Jungle Mist #BFC0C0

Tints of Jungle Mist #BFC0C0

Color information

#BFC0C0 (or 0xBFC0C0) is unknown color: approx Jungle Mist. HEX triplet: BF, C0 and C0. RGB value is (191,192,192). Sum of RGB (Red+Green+Blue) = 191+192+192=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 192 - color contains mainly: green, blue. Hex color #BFC0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0C0 is #403F3F. Grayscale: #BFBFBF. Windows color (decimal): -4210496 or 12632255. OLE color: 12632255.

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

Color convert

RGB191192192-
CMYK0.01000.25
HSL180º0.79%75.1%-
HSV(B)180º0.52%75.29%-
XYZ49.8552.5857.39-
YUV191.7128.17127.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.22%
GREEN value IS 192 (75.39% from 255) = 33.39%
BLUE value IS 192 (75.39% from 255) = 33.39%
R=33.22%
G=33.39%
B=33.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911921920.01000.251800.7975.1
HexBFC0C010019b414b
Octal277300300100312641113
Binary101111111100000011000000100110011011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC0C0; }

 p { color: rgb(191,192,192); }

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

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

 a { background-color: rgb(191,192,192); }

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

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

 span { border-color: rgb(191,192,192); }

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