Shades of Green Mist #BECA8F
Tints of Green Mist #BECA8F
RGB
CMYK
RGB Variations
Color information
#BECA8F (or 0xBECA8F) is known color: Green Mist. HEX triplet: BE, CA and 8F. RGB value is (190,202,143). Sum of RGB (Red+Green+Blue) = 190+202+143=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECA8F is #413570. Grayscale: #BFBFBF. Windows color (decimal): -4273521 or 9423550. OLE color: 9423550.
HSL color Cylindrical-coordinate representation of color #BECA8F: hue angle of 72.2º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BECA8F is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 202 | 143 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.21 |
| HSL | 72.2º | 0.36% | 0.68% | - |
| HSV(B) | 72.2º | 0.29% | 0.79% | - |
| XYZ | 47.31 | 55.17 | 34.14 | - |
| YUV | 191.69 | 100.52 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 202 | 143 | 0.06 | 0 | 0.29 | 0.21 | 72.2 | 0.36 | 0.68 |
| Hex | BE | CA | 8F | 6 | 0 | 1D | 15 | 48 | 24 | 44 |
| Octal | 276 | 312 | 217 | 6 | 0 | 35 | 25 | 110 | 44 | 104 |
| Binary | 10111110 | 11001010 | 10001111 | 110 | 0 | 11101 | 10101 | 1001000 | 100100 | 1000100 |
Color Harmonies of #BECA8F
Complementary color
Monochromatic Colors of #BECA8F
Black with #BECA8F
Text Example
Text Example
White with #BECA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECA8F; }
p { color: rgb(190,202,143); }
H1.HeaderClassName
{
color: #BECA8F;
}
.AnyTagClassName
{
color: #BECA8F;
}
</style>
background-color css
<style>
a { background-color: #BECA8F; }
a { background-color: rgb(190,202,143); }
div.DivClassName
{
background-color: #BECA8F;
}
.BgClassName
{
background-color: #BECA8F;
}
</style>
border-color css
<style>
span { border-color: #BECA8F; }
span { border-color: rgb(190,202,143); }
td.TdClassName
{
border-color: #BECA8F;
}
.TagClassName
{
border-color: #BECA8F;
}
</style>