Shades of Jungle Mist #BCC8C8
Tints of Jungle Mist #BCC8C8
RGB
CMYK
RGB Variations
Color information
#BCC8C8 (or 0xBCC8C8) is known color: Jungle Mist. HEX triplet: BC, C8 and C8. RGB value is (188,200,200). Sum of RGB (Red+Green+Blue) = 188+200+200=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 200 (78.52% from 255 or 34.01% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 200 - color contains mainly: green, blue. Hex color #BCC8C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8C8 is #433737. Grayscale: #C4C4C4. Windows color (decimal): -4405048 or 13158588. OLE color: 13158588.
HSL color Cylindrical-coordinate representation of color #BCC8C8: hue angle of 180º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCC8C8 is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 200 | 200 | - |
| CMYK | 0.06 | 0 | 0 | 0.22 |
| HSL | 180º | 0.1% | 0.76% | - |
| HSV(B) | 180º | 0.06% | 0.78% | - |
| XYZ | 51.82 | 56.17 | 62.75 | - |
| YUV | 196.41 | 130.02 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 200 | 0.06 | 0 | 0 | 0.22 | 180 | 0.1 | 0.76 |
| Hex | BC | C8 | C8 | 6 | 0 | 0 | 16 | B4 | A | 4C |
| Octal | 274 | 310 | 310 | 6 | 0 | 0 | 26 | 264 | 12 | 114 |
| Binary | 10111100 | 11001000 | 11001000 | 110 | 0 | 0 | 10110 | 10110100 | 1010 | 1001100 |
Color Harmonies of #BCC8C8
Complementary color
Monochromatic Colors of #BCC8C8
Black with #BCC8C8
Text Example
Text Example
White with #BCC8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC8C8; }
p { color: rgb(188,200,200); }
H1.HeaderClassName
{
color: #BCC8C8;
}
.AnyTagClassName
{
color: #BCC8C8;
}
</style>
background-color css
<style>
a { background-color: #BCC8C8; }
a { background-color: rgb(188,200,200); }
div.DivClassName
{
background-color: #BCC8C8;
}
.BgClassName
{
background-color: #BCC8C8;
}
</style>
border-color css
<style>
span { border-color: #BCC8C8; }
span { border-color: rgb(188,200,200); }
td.TdClassName
{
border-color: #BCC8C8;
}
.TagClassName
{
border-color: #BCC8C8;
}
</style>