Shades of Green Mist #BECD8B
Tints of Green Mist #BECD8B
RGB
CMYK
RGB Variations
Color information
#BECD8B (or 0xBECD8B) is known color: Green Mist. HEX triplet: BE, CD and 8B. RGB value is (190,205,139). Sum of RGB (Red+Green+Blue) = 190+205+139=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 139 (54.69% from 255 or 26.03% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECD8B is #413274. Grayscale: #C1C1C1. Windows color (decimal): -4272757 or 9162174. OLE color: 9162174.
HSL color Cylindrical-coordinate representation of color #BECD8B: hue angle of 73.64º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BECD8B is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 205 | 139 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.20 |
| HSL | 73.64º | 0.4% | 0.67% | - |
| HSV(B) | 73.64º | 0.32% | 0.8% | - |
| XYZ | 47.73 | 56.47 | 32.81 | - |
| YUV | 192.99 | 97.53 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 139 | 0.07 | 0 | 0.32 | 0.20 | 73.64 | 0.4 | 0.67 |
| Hex | BE | CD | 8B | 7 | 0 | 20 | 14 | 4A | 28 | 43 |
| Octal | 276 | 315 | 213 | 7 | 0 | 40 | 24 | 112 | 50 | 103 |
| Binary | 10111110 | 11001101 | 10001011 | 111 | 0 | 100000 | 10100 | 1001010 | 101000 | 1000011 |
Color Harmonies of #BECD8B
Complementary color
Monochromatic Colors of #BECD8B
Black with #BECD8B
Text Example
Text Example
White with #BECD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECD8B; }
p { color: rgb(190,205,139); }
H1.HeaderClassName
{
color: #BECD8B;
}
.AnyTagClassName
{
color: #BECD8B;
}
</style>
background-color css
<style>
a { background-color: #BECD8B; }
a { background-color: rgb(190,205,139); }
div.DivClassName
{
background-color: #BECD8B;
}
.BgClassName
{
background-color: #BECD8B;
}
</style>
border-color css
<style>
span { border-color: #BECD8B; }
span { border-color: rgb(190,205,139); }
td.TdClassName
{
border-color: #BECD8B;
}
.TagClassName
{
border-color: #BECD8B;
}
</style>