Shades of Jungle Mist #BCC6C8
Tints of Jungle Mist #BCC6C8
RGB
CMYK
RGB Variations
Color information
#BCC6C8 (or 0xBCC6C8) is known color: Jungle Mist. HEX triplet: BC, C6 and C8. RGB value is (188,198,200). Sum of RGB (Red+Green+Blue) = 188+198+200=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 198 (77.73% from 255 or 33.79% from 586); Blue value is 200 (78.52% from 255 or 34.13% from 586); Max value from RGB is 200 - color contains mainly: blue. Hex color #BCC6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC6C8 is #433937. Grayscale: #C3C3C3. Windows color (decimal): -4405560 or 13158076. OLE color: 13158076.
HSL color Cylindrical-coordinate representation of color #BCC6C8: hue angle of 190º 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 #BCC6C8 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 200 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.22 |
| HSL | 190º | 0.1% | 0.76% | - |
| HSV(B) | 190º | 0.06% | 0.78% | - |
| XYZ | 51.36 | 55.25 | 62.6 | - |
| YUV | 195.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 200 | 0.06 | 0.01 | 0 | 0.22 | 190 | 0.1 | 0.76 |
| Hex | BC | C6 | C8 | 6 | 1 | 0 | 16 | BE | A | 4C |
| Octal | 274 | 306 | 310 | 6 | 1 | 0 | 26 | 276 | 12 | 114 |
| Binary | 10111100 | 11000110 | 11001000 | 110 | 1 | 0 | 10110 | 10111110 | 1010 | 1001100 |
Color Harmonies of #BCC6C8
Complementary color
Monochromatic Colors of #BCC6C8
Black with #BCC6C8
Text Example
Text Example
White with #BCC6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC6C8; }
p { color: rgb(188,198,200); }
H1.HeaderClassName
{
color: #BCC6C8;
}
.AnyTagClassName
{
color: #BCC6C8;
}
</style>
background-color css
<style>
a { background-color: #BCC6C8; }
a { background-color: rgb(188,198,200); }
div.DivClassName
{
background-color: #BCC6C8;
}
.BgClassName
{
background-color: #BCC6C8;
}
</style>
border-color css
<style>
span { border-color: #BCC6C8; }
span { border-color: rgb(188,198,200); }
td.TdClassName
{
border-color: #BCC6C8;
}
.TagClassName
{
border-color: #BCC6C8;
}
</style>