Shades of Green Mist #BEC999
Tints of Green Mist #BEC999
RGB
CMYK
RGB Variations
Color information
#BEC999 (or 0xBEC999) is known color: Green Mist. HEX triplet: BE, C9 and 99. RGB value is (190,201,153). Sum of RGB (Red+Green+Blue) = 190+201+153=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 153 (60.16% from 255 or 28.12% from 544); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC999 is #413666. Grayscale: #C0C0C0. Windows color (decimal): -4273767 or 10078654. OLE color: 10078654.
HSL color Cylindrical-coordinate representation of color #BEC999: hue angle of 73.75º 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 #BEC999 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 153 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.21 |
| HSL | 73.75º | 0.31% | 0.69% | - |
| HSV(B) | 73.75º | 0.24% | 0.79% | - |
| XYZ | 47.87 | 55.02 | 38.23 | - |
| YUV | 192.24 | 105.86 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 153 | 0.05 | 0 | 0.24 | 0.21 | 73.75 | 0.31 | 0.69 |
| Hex | BE | C9 | 99 | 5 | 0 | 18 | 15 | 4A | 1F | 45 |
| Octal | 276 | 311 | 231 | 5 | 0 | 30 | 25 | 112 | 37 | 105 |
| Binary | 10111110 | 11001001 | 10011001 | 101 | 0 | 11000 | 10101 | 1001010 | 11111 | 1000101 |
Color Harmonies of #BEC999
Complementary color
Monochromatic Colors of #BEC999
Black with #BEC999
Text Example
Text Example
White with #BEC999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC999; }
p { color: rgb(190,201,153); }
H1.HeaderClassName
{
color: #BEC999;
}
.AnyTagClassName
{
color: #BEC999;
}
</style>
background-color css
<style>
a { background-color: #BEC999; }
a { background-color: rgb(190,201,153); }
div.DivClassName
{
background-color: #BEC999;
}
.BgClassName
{
background-color: #BEC999;
}
</style>
border-color css
<style>
span { border-color: #BEC999; }
span { border-color: rgb(190,201,153); }
td.TdClassName
{
border-color: #BEC999;
}
.TagClassName
{
border-color: #BEC999;
}
</style>