Shades of Jungle Mist #BCC0C0
Tints of Jungle Mist #BCC0C0
RGB
CMYK
RGB Variations
Color information
#BCC0C0 (or 0xBCC0C0) is known color: Jungle Mist. HEX triplet: BC, C0 and C0. RGB value is (188,192,192). Sum of RGB (Red+Green+Blue) = 188+192+192=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 192 - color contains mainly: green, blue. Hex color #BCC0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0C0 is #433F3F. Grayscale: #BEBEBE. Windows color (decimal): -4407104 or 12632252. OLE color: 12632252.
HSL color Cylindrical-coordinate representation of color #BCC0C0: hue angle of 180º degrees, saturation: 0.03, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BCC0C0 is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 192 | - |
| CMYK | 0.02 | 0 | 0 | 0.25 |
| HSL | 180º | 0.03% | 0.75% | - |
| HSV(B) | 180º | 0.02% | 0.75% | - |
| XYZ | 49.1 | 52.2 | 57.36 | - |
| YUV | 190.8 | 128.67 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 192 | 0.02 | 0 | 0 | 0.25 | 180 | 0.03 | 0.75 |
| Hex | BC | C0 | C0 | 2 | 0 | 0 | 19 | B4 | 3 | 4B |
| Octal | 274 | 300 | 300 | 2 | 0 | 0 | 31 | 264 | 3 | 113 |
| Binary | 10111100 | 11000000 | 11000000 | 10 | 0 | 0 | 11001 | 10110100 | 11 | 1001011 |
Color Harmonies of #BCC0C0
Complementary color
Monochromatic Colors of #BCC0C0
Black with #BCC0C0
Text Example
Text Example
White with #BCC0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0C0; }
p { color: rgb(188,192,192); }
H1.HeaderClassName
{
color: #BCC0C0;
}
.AnyTagClassName
{
color: #BCC0C0;
}
</style>
background-color css
<style>
a { background-color: #BCC0C0; }
a { background-color: rgb(188,192,192); }
div.DivClassName
{
background-color: #BCC0C0;
}
.BgClassName
{
background-color: #BCC0C0;
}
</style>
border-color css
<style>
span { border-color: #BCC0C0; }
span { border-color: rgb(188,192,192); }
td.TdClassName
{
border-color: #BCC0C0;
}
.TagClassName
{
border-color: #BCC0C0;
}
</style>