Shades of Jungle Mist #BCC5C6
Tints of Jungle Mist #BCC5C6
RGB
CMYK
RGB Variations
Color information
#BCC5C6 (or 0xBCC5C6) is known color: Jungle Mist. HEX triplet: BC, C5 and C6. RGB value is (188,197,198). Sum of RGB (Red+Green+Blue) = 188+197+198=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 198 (77.73% from 255 or 33.96% from 583); Max value from RGB is 198 - color contains mainly: blue. Hex color #BCC5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5C6 is #433A39. Grayscale: #C2C2C2. Windows color (decimal): -4405818 or 13026748. OLE color: 13026748.
HSL color Cylindrical-coordinate representation of color #BCC5C6: hue angle of 186º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCC5C6 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 197 | 198 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.22 |
| HSL | 186º | 0.08% | 0.76% | - |
| HSV(B) | 186º | 0.05% | 0.78% | - |
| XYZ | 50.9 | 54.7 | 61.3 | - |
| YUV | 194.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 198 | 0.05 | 0.01 | 0 | 0.22 | 186 | 0.08 | 0.76 |
| Hex | BC | C5 | C6 | 5 | 1 | 0 | 16 | BA | 8 | 4C |
| Octal | 274 | 305 | 306 | 5 | 1 | 0 | 26 | 272 | 10 | 114 |
| Binary | 10111100 | 11000101 | 11000110 | 101 | 1 | 0 | 10110 | 10111010 | 1000 | 1001100 |
Color Harmonies of #BCC5C6
Complementary color
Monochromatic Colors of #BCC5C6
Black with #BCC5C6
Text Example
Text Example
White with #BCC5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC5C6; }
p { color: rgb(188,197,198); }
H1.HeaderClassName
{
color: #BCC5C6;
}
.AnyTagClassName
{
color: #BCC5C6;
}
</style>
background-color css
<style>
a { background-color: #BCC5C6; }
a { background-color: rgb(188,197,198); }
div.DivClassName
{
background-color: #BCC5C6;
}
.BgClassName
{
background-color: #BCC5C6;
}
</style>
border-color css
<style>
span { border-color: #BCC5C6; }
span { border-color: rgb(188,197,198); }
td.TdClassName
{
border-color: #BCC5C6;
}
.TagClassName
{
border-color: #BCC5C6;
}
</style>