Shades of Jungle Mist #BCC7C6
Tints of Jungle Mist #BCC7C6
RGB
CMYK
RGB Variations
Color information
#BCC7C6 (or 0xBCC7C6) is known color: Jungle Mist. HEX triplet: BC, C7 and C6. RGB value is (188,199,198). Sum of RGB (Red+Green+Blue) = 188+199+198=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 199 (78.12% from 255 or 34.02% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7C6 is #433839. Grayscale: #C3C3C3. Windows color (decimal): -4405306 or 13027260. OLE color: 13027260.
HSL color Cylindrical-coordinate representation of color #BCC7C6: hue angle of 174.55º degrees, saturation: 0.09, 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 #BCC7C6 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 199 | 198 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.22 |
| HSL | 174.55º | 0.09% | 0.76% | - |
| HSV(B) | 174.55º | 0.06% | 0.78% | - |
| XYZ | 51.36 | 55.62 | 61.45 | - |
| YUV | 195.6 | 129.36 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 198 | 0.06 | 0 | 0.01 | 0.22 | 174.55 | 0.09 | 0.76 |
| Hex | BC | C7 | C6 | 6 | 0 | 1 | 16 | AF | 9 | 4C |
| Octal | 274 | 307 | 306 | 6 | 0 | 1 | 26 | 257 | 11 | 114 |
| Binary | 10111100 | 11000111 | 11000110 | 110 | 0 | 1 | 10110 | 10101111 | 1001 | 1001100 |
Color Harmonies of #BCC7C6
Complementary color
Monochromatic Colors of #BCC7C6
Black with #BCC7C6
Text Example
Text Example
White with #BCC7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC7C6; }
p { color: rgb(188,199,198); }
H1.HeaderClassName
{
color: #BCC7C6;
}
.AnyTagClassName
{
color: #BCC7C6;
}
</style>
background-color css
<style>
a { background-color: #BCC7C6; }
a { background-color: rgb(188,199,198); }
div.DivClassName
{
background-color: #BCC7C6;
}
.BgClassName
{
background-color: #BCC7C6;
}
</style>
border-color css
<style>
span { border-color: #BCC7C6; }
span { border-color: rgb(188,199,198); }
td.TdClassName
{
border-color: #BCC7C6;
}
.TagClassName
{
border-color: #BCC7C6;
}
</style>