Shades of Green Mist #BECD8F
Tints of Green Mist #BECD8F
RGB
CMYK
RGB Variations
Color information
#BECD8F (or 0xBECD8F) is known color: Green Mist. HEX triplet: BE, CD and 8F. RGB value is (190,205,143). Sum of RGB (Red+Green+Blue) = 190+205+143=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECD8F is #413270. Grayscale: #C1C1C1. Windows color (decimal): -4272753 or 9424318. OLE color: 9424318.
HSL color Cylindrical-coordinate representation of color #BECD8F: hue angle of 74.52º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BECD8F is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 205 | 143 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.20 |
| HSL | 74.52º | 0.38% | 0.68% | - |
| HSV(B) | 74.52º | 0.3% | 0.8% | - |
| XYZ | 48.02 | 56.59 | 34.38 | - |
| YUV | 193.45 | 99.53 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 143 | 0.07 | 0 | 0.30 | 0.20 | 74.52 | 0.38 | 0.68 |
| Hex | BE | CD | 8F | 7 | 0 | 1E | 14 | 4B | 26 | 44 |
| Octal | 276 | 315 | 217 | 7 | 0 | 36 | 24 | 113 | 46 | 104 |
| Binary | 10111110 | 11001101 | 10001111 | 111 | 0 | 11110 | 10100 | 1001011 | 100110 | 1000100 |
Color Harmonies of #BECD8F
Complementary color
Monochromatic Colors of #BECD8F
Black with #BECD8F
Text Example
Text Example
White with #BECD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECD8F; }
p { color: rgb(190,205,143); }
H1.HeaderClassName
{
color: #BECD8F;
}
.AnyTagClassName
{
color: #BECD8F;
}
</style>
background-color css
<style>
a { background-color: #BECD8F; }
a { background-color: rgb(190,205,143); }
div.DivClassName
{
background-color: #BECD8F;
}
.BgClassName
{
background-color: #BECD8F;
}
</style>
border-color css
<style>
span { border-color: #BECD8F; }
span { border-color: rgb(190,205,143); }
td.TdClassName
{
border-color: #BECD8F;
}
.TagClassName
{
border-color: #BECD8F;
}
</style>