Shades of Jungle Mist #BCBFBF
Tints of Jungle Mist #BCBFBF
RGB
CMYK
RGB Variations
Color information
#BCBFBF (or 0xBCBFBF) is known color: Jungle Mist. HEX triplet: BC, BF and BF. RGB value is (188,191,191). Sum of RGB (Red+Green+Blue) = 188+191+191=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #BCBFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFBF is #434040. Grayscale: #BEBEBE. Windows color (decimal): -4407361 or 12566460. OLE color: 12566460.
HSL color Cylindrical-coordinate representation of color #BCBFBF: hue angle of 180º degrees, saturation: 0.02, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BCBFBF is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 191 | 191 | - |
| CMYK | 0.02 | 0 | 0 | 0.25 |
| HSL | 180º | 0.02% | 0.74% | - |
| HSV(B) | 180º | 0.02% | 0.75% | - |
| XYZ | 48.77 | 51.71 | 56.7 | - |
| YUV | 190.1 | 128.51 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 191 | 0.02 | 0 | 0 | 0.25 | 180 | 0.02 | 0.74 |
| Hex | BC | BF | BF | 2 | 0 | 0 | 19 | B4 | 2 | 4A |
| Octal | 274 | 277 | 277 | 2 | 0 | 0 | 31 | 264 | 2 | 112 |
| Binary | 10111100 | 10111111 | 10111111 | 10 | 0 | 0 | 11001 | 10110100 | 10 | 1001010 |
Color Harmonies of #BCBFBF
Complementary color
Monochromatic Colors of #BCBFBF
Black with #BCBFBF
Text Example
Text Example
White with #BCBFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFBF; }
p { color: rgb(188,191,191); }
H1.HeaderClassName
{
color: #BCBFBF;
}
.AnyTagClassName
{
color: #BCBFBF;
}
</style>
background-color css
<style>
a { background-color: #BCBFBF; }
a { background-color: rgb(188,191,191); }
div.DivClassName
{
background-color: #BCBFBF;
}
.BgClassName
{
background-color: #BCBFBF;
}
</style>
border-color css
<style>
span { border-color: #BCBFBF; }
span { border-color: rgb(188,191,191); }
td.TdClassName
{
border-color: #BCBFBF;
}
.TagClassName
{
border-color: #BCBFBF;
}
</style>