Shades of Green Mist #BEC998
Tints of Green Mist #BEC998
RGB
CMYK
RGB Variations
Color information
#BEC998 (or 0xBEC998) is known color: Green Mist. HEX triplet: BE, C9 and 98. RGB value is (190,201,152). Sum of RGB (Red+Green+Blue) = 190+201+152=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC998 is #413667. Grayscale: #C0C0C0. Windows color (decimal): -4273768 or 10013118. OLE color: 10013118.
HSL color Cylindrical-coordinate representation of color #BEC998: hue angle of 73.47º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEC998 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 152 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.21 |
| HSL | 73.47º | 0.31% | 0.69% | - |
| HSV(B) | 73.47º | 0.24% | 0.79% | - |
| XYZ | 47.79 | 54.99 | 37.8 | - |
| YUV | 192.13 | 105.36 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 152 | 0.05 | 0 | 0.24 | 0.21 | 73.47 | 0.31 | 0.69 |
| Hex | BE | C9 | 98 | 5 | 0 | 18 | 15 | 49 | 1F | 45 |
| Octal | 276 | 311 | 230 | 5 | 0 | 30 | 25 | 111 | 37 | 105 |
| Binary | 10111110 | 11001001 | 10011000 | 101 | 0 | 11000 | 10101 | 1001001 | 11111 | 1000101 |
Color Harmonies of #BEC998
Complementary color
Monochromatic Colors of #BEC998
Black with #BEC998
Text Example
Text Example
White with #BEC998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC998; }
p { color: rgb(190,201,152); }
H1.HeaderClassName
{
color: #BEC998;
}
.AnyTagClassName
{
color: #BEC998;
}
</style>
background-color css
<style>
a { background-color: #BEC998; }
a { background-color: rgb(190,201,152); }
div.DivClassName
{
background-color: #BEC998;
}
.BgClassName
{
background-color: #BEC998;
}
</style>
border-color css
<style>
span { border-color: #BEC998; }
span { border-color: rgb(190,201,152); }
td.TdClassName
{
border-color: #BEC998;
}
.TagClassName
{
border-color: #BEC998;
}
</style>