Shades of Jungle Mist #BEC7C8
Tints of Jungle Mist #BEC7C8
RGB
CMYK
RGB Variations
Color information
#BEC7C8 (or 0xBEC7C8) is known color: Jungle Mist. HEX triplet: BE, C7 and C8. RGB value is (190,199,200). Sum of RGB (Red+Green+Blue) = 190+199+200=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 200 - color contains mainly: blue. Hex color #BEC7C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC7C8 is #413837. Grayscale: #C4C4C4. Windows color (decimal): -4274232 or 13158334. OLE color: 13158334.
HSL color Cylindrical-coordinate representation of color #BEC7C8: 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 #BEC7C8 is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 199 | 200 | - |
| CMYK | 0.05 | 0.00 | 0 | 0.22 |
| HSL | 186º | 0.08% | 0.76% | - |
| HSV(B) | 186º | 0.05% | 0.78% | - |
| XYZ | 52.08 | 55.96 | 62.7 | - |
| YUV | 196.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 199 | 200 | 0.05 | 0.00 | 0 | 0.22 | 186 | 0.08 | 0.76 |
| Hex | BE | C7 | C8 | 5 | 0 | 0 | 16 | BA | 8 | 4C |
| Octal | 276 | 307 | 310 | 5 | 0 | 0 | 26 | 272 | 10 | 114 |
| Binary | 10111110 | 11000111 | 11001000 | 101 | 0 | 0 | 10110 | 10111010 | 1000 | 1001100 |
Color Harmonies of #BEC7C8
Complementary color
Monochromatic Colors of #BEC7C8
Black with #BEC7C8
Text Example
Text Example
White with #BEC7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC7C8; }
p { color: rgb(190,199,200); }
H1.HeaderClassName
{
color: #BEC7C8;
}
.AnyTagClassName
{
color: #BEC7C8;
}
</style>
background-color css
<style>
a { background-color: #BEC7C8; }
a { background-color: rgb(190,199,200); }
div.DivClassName
{
background-color: #BEC7C8;
}
.BgClassName
{
background-color: #BEC7C8;
}
</style>
border-color css
<style>
span { border-color: #BEC7C8; }
span { border-color: rgb(190,199,200); }
td.TdClassName
{
border-color: #BEC7C8;
}
.TagClassName
{
border-color: #BEC7C8;
}
</style>