Shades of Jungle Mist #BCBEBE
Tints of Jungle Mist #BCBEBE
RGB
CMYK
RGB Variations
Color information
#BCBEBE (or 0xBCBEBE) is known color: Jungle Mist. HEX triplet: BC, BE and BE. RGB value is (188,190,190). Sum of RGB (Red+Green+Blue) = 188+190+190=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #BCBEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBEBE is #434141. Grayscale: #BDBDBD. Windows color (decimal): -4407618 or 12500668. OLE color: 12500668.
HSL color Cylindrical-coordinate representation of color #BCBEBE: 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.01%. Process color model (Four color, CMYK) of #BCBEBE is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 190 | - |
| CMYK | 0.01 | 0 | 0 | 0.25 |
| HSL | 180º | 0.02% | 0.74% | - |
| HSV(B) | 180º | 0.01% | 0.75% | - |
| XYZ | 48.45 | 51.24 | 56.05 | - |
| YUV | 189.4 | 128.34 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 190 | 0.01 | 0 | 0 | 0.25 | 180 | 0.02 | 0.74 |
| Hex | BC | BE | BE | 1 | 0 | 0 | 19 | B4 | 2 | 4A |
| Octal | 274 | 276 | 276 | 1 | 0 | 0 | 31 | 264 | 2 | 112 |
| Binary | 10111100 | 10111110 | 10111110 | 1 | 0 | 0 | 11001 | 10110100 | 10 | 1001010 |
Color Harmonies of #BCBEBE
Complementary color
Monochromatic Colors of #BCBEBE
Black with #BCBEBE
Text Example
Text Example
White with #BCBEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBEBE; }
p { color: rgb(188,190,190); }
H1.HeaderClassName
{
color: #BCBEBE;
}
.AnyTagClassName
{
color: #BCBEBE;
}
</style>
background-color css
<style>
a { background-color: #BCBEBE; }
a { background-color: rgb(188,190,190); }
div.DivClassName
{
background-color: #BCBEBE;
}
.BgClassName
{
background-color: #BCBEBE;
}
</style>
border-color css
<style>
span { border-color: #BCBEBE; }
span { border-color: rgb(188,190,190); }
td.TdClassName
{
border-color: #BCBEBE;
}
.TagClassName
{
border-color: #BCBEBE;
}
</style>