Shades of Jungle Mist #BCC4C3
Tints of Jungle Mist #BCC4C3
RGB
CMYK
RGB Variations
Color information
#BCC4C3 (or 0xBCC4C3) is known color: Jungle Mist. HEX triplet: BC, C4 and C3. RGB value is (188,196,195). Sum of RGB (Red+Green+Blue) = 188+196+195=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 195 (76.56% from 255 or 33.68% from 579); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC4C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC4C3 is #433B3C. Grayscale: #C1C1C1. Windows color (decimal): -4406077 or 12829884. OLE color: 12829884.
HSL color Cylindrical-coordinate representation of color #BCC4C3: hue angle of 172.5º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BCC4C3 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 196 | 195 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.23 |
| HSL | 172.5º | 0.06% | 0.75% | - |
| HSV(B) | 172.5º | 0.04% | 0.77% | - |
| XYZ | 50.33 | 54.11 | 59.42 | - |
| YUV | 193.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 196 | 195 | 0.04 | 0 | 0.01 | 0.23 | 172.5 | 0.06 | 0.75 |
| Hex | BC | C4 | C3 | 4 | 0 | 1 | 17 | AC | 6 | 4B |
| Octal | 274 | 304 | 303 | 4 | 0 | 1 | 27 | 254 | 6 | 113 |
| Binary | 10111100 | 11000100 | 11000011 | 100 | 0 | 1 | 10111 | 10101100 | 110 | 1001011 |
Color Harmonies of #BCC4C3
Complementary color
Monochromatic Colors of #BCC4C3
Black with #BCC4C3
Text Example
Text Example
White with #BCC4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC4C3; }
p { color: rgb(188,196,195); }
H1.HeaderClassName
{
color: #BCC4C3;
}
.AnyTagClassName
{
color: #BCC4C3;
}
</style>
background-color css
<style>
a { background-color: #BCC4C3; }
a { background-color: rgb(188,196,195); }
div.DivClassName
{
background-color: #BCC4C3;
}
.BgClassName
{
background-color: #BCC4C3;
}
</style>
border-color css
<style>
span { border-color: #BCC4C3; }
span { border-color: rgb(188,196,195); }
td.TdClassName
{
border-color: #BCC4C3;
}
.TagClassName
{
border-color: #BCC4C3;
}
</style>