Shades of Green Mist #BECC8E
Tints of Green Mist #BECC8E
RGB
CMYK
RGB Variations
Color information
#BECC8E (or 0xBECC8E) is known color: Green Mist. HEX triplet: BE, CC and 8E. RGB value is (190,204,142). Sum of RGB (Red+Green+Blue) = 190+204+142=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECC8E is #413371. Grayscale: #C0C0C0. Windows color (decimal): -4273010 or 9358526. OLE color: 9358526.
HSL color Cylindrical-coordinate representation of color #BECC8E: hue angle of 73.55º 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 #BECC8E is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 204 | 142 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.2 |
| HSL | 73.55º | 0.38% | 0.68% | - |
| HSV(B) | 73.55º | 0.3% | 0.8% | - |
| XYZ | 47.71 | 56.09 | 33.9 | - |
| YUV | 192.75 | 99.36 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 142 | 0.07 | 0 | 0.30 | 0.2 | 73.55 | 0.38 | 0.68 |
| Hex | BE | CC | 8E | 7 | 0 | 1E | 14 | 4A | 26 | 44 |
| Octal | 276 | 314 | 216 | 7 | 0 | 36 | 24 | 112 | 46 | 104 |
| Binary | 10111110 | 11001100 | 10001110 | 111 | 0 | 11110 | 10100 | 1001010 | 100110 | 1000100 |
Color Harmonies of #BECC8E
Complementary color
Monochromatic Colors of #BECC8E
Black with #BECC8E
Text Example
Text Example
White with #BECC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECC8E; }
p { color: rgb(190,204,142); }
H1.HeaderClassName
{
color: #BECC8E;
}
.AnyTagClassName
{
color: #BECC8E;
}
</style>
background-color css
<style>
a { background-color: #BECC8E; }
a { background-color: rgb(190,204,142); }
div.DivClassName
{
background-color: #BECC8E;
}
.BgClassName
{
background-color: #BECC8E;
}
</style>
border-color css
<style>
span { border-color: #BECC8E; }
span { border-color: rgb(190,204,142); }
td.TdClassName
{
border-color: #BECC8E;
}
.TagClassName
{
border-color: #BECC8E;
}
</style>