Shades of Green Mist #BECB8F
Tints of Green Mist #BECB8F
RGB
CMYK
RGB Variations
Color information
#BECB8F (or 0xBECB8F) is known color: Green Mist. HEX triplet: BE, CB and 8F. RGB value is (190,203,143). Sum of RGB (Red+Green+Blue) = 190+203+143=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 143 (56.25% from 255 or 26.68% from 536); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECB8F is #413470. Grayscale: #C0C0C0. Windows color (decimal): -4273265 or 9423806. OLE color: 9423806.
HSL color Cylindrical-coordinate representation of color #BECB8F: hue angle of 73º degrees, saturation: 0.37, 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 #BECB8F is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 203 | 143 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.20 |
| HSL | 73º | 0.37% | 0.68% | - |
| HSV(B) | 73º | 0.3% | 0.8% | - |
| XYZ | 47.55 | 55.64 | 34.22 | - |
| YUV | 192.27 | 100.19 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 143 | 0.06 | 0 | 0.30 | 0.20 | 73 | 0.37 | 0.68 |
| Hex | BE | CB | 8F | 6 | 0 | 1E | 14 | 49 | 25 | 44 |
| Octal | 276 | 313 | 217 | 6 | 0 | 36 | 24 | 111 | 45 | 104 |
| Binary | 10111110 | 11001011 | 10001111 | 110 | 0 | 11110 | 10100 | 1001001 | 100101 | 1000100 |
Color Harmonies of #BECB8F
Complementary color
Monochromatic Colors of #BECB8F
Black with #BECB8F
Text Example
Text Example
White with #BECB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECB8F; }
p { color: rgb(190,203,143); }
H1.HeaderClassName
{
color: #BECB8F;
}
.AnyTagClassName
{
color: #BECB8F;
}
</style>
background-color css
<style>
a { background-color: #BECB8F; }
a { background-color: rgb(190,203,143); }
div.DivClassName
{
background-color: #BECB8F;
}
.BgClassName
{
background-color: #BECB8F;
}
</style>
border-color css
<style>
span { border-color: #BECB8F; }
span { border-color: rgb(190,203,143); }
td.TdClassName
{
border-color: #BECB8F;
}
.TagClassName
{
border-color: #BECB8F;
}
</style>