Shades of Jungle Mist #BCC8CB
Tints of Jungle Mist #BCC8CB
RGB
CMYK
RGB Variations
Color information
#BCC8CB (or 0xBCC8CB) is known color: Jungle Mist. HEX triplet: BC, C8 and CB. RGB value is (188,200,203). Sum of RGB (Red+Green+Blue) = 188+200+203=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 200 (78.52% from 255 or 33.84% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCC8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8CB is #433734. Grayscale: #C4C4C4. Windows color (decimal): -4405045 or 13355196. OLE color: 13355196.
HSL color Cylindrical-coordinate representation of color #BCC8CB: hue angle of 192º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCC8CB is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 200 | 203 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.20 |
| HSL | 192º | 0.13% | 0.77% | - |
| HSV(B) | 192º | 0.07% | 0.8% | - |
| XYZ | 52.17 | 56.31 | 64.62 | - |
| YUV | 196.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 203 | 0.07 | 0.01 | 0 | 0.20 | 192 | 0.13 | 0.77 |
| Hex | BC | C8 | CB | 7 | 1 | 0 | 14 | C0 | D | 4D |
| Octal | 274 | 310 | 313 | 7 | 1 | 0 | 24 | 300 | 15 | 115 |
| Binary | 10111100 | 11001000 | 11001011 | 111 | 1 | 0 | 10100 | 11000000 | 1101 | 1001101 |
Color Harmonies of #BCC8CB
Complementary color
Monochromatic Colors of #BCC8CB
Black with #BCC8CB
Text Example
Text Example
White with #BCC8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC8CB; }
p { color: rgb(188,200,203); }
H1.HeaderClassName
{
color: #BCC8CB;
}
.AnyTagClassName
{
color: #BCC8CB;
}
</style>
background-color css
<style>
a { background-color: #BCC8CB; }
a { background-color: rgb(188,200,203); }
div.DivClassName
{
background-color: #BCC8CB;
}
.BgClassName
{
background-color: #BCC8CB;
}
</style>
border-color css
<style>
span { border-color: #BCC8CB; }
span { border-color: rgb(188,200,203); }
td.TdClassName
{
border-color: #BCC8CB;
}
.TagClassName
{
border-color: #BCC8CB;
}
</style>