Shades of Jungle Mist #BEC1C1
Tints of Jungle Mist #BEC1C1
RGB
CMYK
RGB Variations
Color information
#BEC1C1 (or 0xBEC1C1) is known color: Jungle Mist. HEX triplet: BE, C1 and C1. RGB value is (190,193,193). Sum of RGB (Red+Green+Blue) = 190+193+193=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 193 (75.78% from 255 or 33.51% from 576); Blue value is 193 (75.78% from 255 or 33.51% from 576); Max value from RGB is 193 - color contains mainly: green, blue. Hex color #BEC1C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1C1 is #413E3E. Grayscale: #C0C0C0. Windows color (decimal): -4275775 or 12698046. OLE color: 12698046.
HSL color Cylindrical-coordinate representation of color #BEC1C1: hue angle of 180º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BEC1C1 is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 190 | 193 | 193 | - |
CMYK | 0.02 | 0 | 0 | 0.24 |
HSL | 180º | 0.02% | 0.75% | - |
HSV(B) | 180º | 0.02% | 0.76% | - |
XYZ | 49.93 | 52.94 | 58.04 | - |
YUV | 192.1 | 128.51 | 126.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 193 | 193 | 0.02 | 0 | 0 | 0.24 | 180 | 0.02 | 0.75 |
Hex | BE | C1 | C1 | 2 | 0 | 0 | 18 | B4 | 2 | 4B |
Octal | 276 | 301 | 301 | 2 | 0 | 0 | 30 | 264 | 2 | 113 |
Binary | 10111110 | 11000001 | 11000001 | 10 | 0 | 0 | 11000 | 10110100 | 10 | 1001011 |
Color Harmonies of #BEC1C1
Complementary color
Monochromatic Colors of #BEC1C1
Black with #BEC1C1
Text Example
Text Example
White with #BEC1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC1C1; }
p { color: rgb(190,193,193); }
H1.HeaderClassName
{
color: #BEC1C1;
}
.AnyTagClassName
{
color: #BEC1C1;
}
</style>
background-color css
<style>
a { background-color: #BEC1C1; }
a { background-color: rgb(190,193,193); }
div.DivClassName
{
background-color: #BEC1C1;
}
.BgClassName
{
background-color: #BEC1C1;
}
</style>
border-color css
<style>
span { border-color: #BEC1C1; }
span { border-color: rgb(190,193,193); }
td.TdClassName
{
border-color: #BEC1C1;
}
.TagClassName
{
border-color: #BEC1C1;
}
</style>