Shades of Jungle Mist #BEC5C6
Tints of Jungle Mist #BEC5C6
RGB
CMYK
RGB Variations
Color information
#BEC5C6 (or 0xBEC5C6) is known color: Jungle Mist. HEX triplet: BE, C5 and C6. RGB value is (190,197,198). Sum of RGB (Red+Green+Blue) = 190+197+198=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 198 - color contains mainly: blue. Hex color #BEC5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC5C6 is #413A39. Grayscale: #C3C3C3. Windows color (decimal): -4274746 or 13026750. OLE color: 13026750.
HSL color Cylindrical-coordinate representation of color #BEC5C6: hue angle of 187.5º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BEC5C6 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 197 | 198 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.22 |
| HSL | 187.5º | 0.07% | 0.76% | - |
| HSV(B) | 187.5º | 0.04% | 0.78% | - |
| XYZ | 51.39 | 54.96 | 61.33 | - |
| YUV | 195.02 | 129.68 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 198 | 0.04 | 0.01 | 0 | 0.22 | 187.5 | 0.07 | 0.76 |
| Hex | BE | C5 | C6 | 4 | 1 | 0 | 16 | BC | 7 | 4C |
| Octal | 276 | 305 | 306 | 4 | 1 | 0 | 26 | 274 | 7 | 114 |
| Binary | 10111110 | 11000101 | 11000110 | 100 | 1 | 0 | 10110 | 10111100 | 111 | 1001100 |
Color Harmonies of #BEC5C6
Complementary color
Monochromatic Colors of #BEC5C6
Black with #BEC5C6
Text Example
Text Example
White with #BEC5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC5C6; }
p { color: rgb(190,197,198); }
H1.HeaderClassName
{
color: #BEC5C6;
}
.AnyTagClassName
{
color: #BEC5C6;
}
</style>
background-color css
<style>
a { background-color: #BEC5C6; }
a { background-color: rgb(190,197,198); }
div.DivClassName
{
background-color: #BEC5C6;
}
.BgClassName
{
background-color: #BEC5C6;
}
</style>
border-color css
<style>
span { border-color: #BEC5C6; }
span { border-color: rgb(190,197,198); }
td.TdClassName
{
border-color: #BEC5C6;
}
.TagClassName
{
border-color: #BEC5C6;
}
</style>