Shades of Green Mist #BEC997
Tints of Green Mist #BEC997
RGB
CMYK
RGB Variations
Color information
#BEC997 (or 0xBEC997) is known color: Green Mist. HEX triplet: BE, C9 and 97. RGB value is (190,201,151). Sum of RGB (Red+Green+Blue) = 190+201+151=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 151 (59.38% from 255 or 27.86% from 542); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC997 is #413668. Grayscale: #C0C0C0. Windows color (decimal): -4273769 or 9947582. OLE color: 9947582.
HSL color Cylindrical-coordinate representation of color #BEC997: hue angle of 73.2º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEC997 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 151 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.21 |
| HSL | 73.2º | 0.32% | 0.69% | - |
| HSV(B) | 73.2º | 0.25% | 0.79% | - |
| XYZ | 47.71 | 54.95 | 37.37 | - |
| YUV | 192.01 | 104.86 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 151 | 0.05 | 0 | 0.25 | 0.21 | 73.2 | 0.32 | 0.69 |
| Hex | BE | C9 | 97 | 5 | 0 | 19 | 15 | 49 | 20 | 45 |
| Octal | 276 | 311 | 227 | 5 | 0 | 31 | 25 | 111 | 40 | 105 |
| Binary | 10111110 | 11001001 | 10010111 | 101 | 0 | 11001 | 10101 | 1001001 | 100000 | 1000101 |
Color Harmonies of #BEC997
Complementary color
Monochromatic Colors of #BEC997
Black with #BEC997
Text Example
Text Example
White with #BEC997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC997; }
p { color: rgb(190,201,151); }
H1.HeaderClassName
{
color: #BEC997;
}
.AnyTagClassName
{
color: #BEC997;
}
</style>
background-color css
<style>
a { background-color: #BEC997; }
a { background-color: rgb(190,201,151); }
div.DivClassName
{
background-color: #BEC997;
}
.BgClassName
{
background-color: #BEC997;
}
</style>
border-color css
<style>
span { border-color: #BEC997; }
span { border-color: rgb(190,201,151); }
td.TdClassName
{
border-color: #BEC997;
}
.TagClassName
{
border-color: #BEC997;
}
</style>