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