Shades of Green Mist #BEC090
Tints of Green Mist #BEC090
RGB
CMYK
RGB Variations
Color information
#BEC090 (or 0xBEC090) is known color: Green Mist. HEX triplet: BE, C0 and 90. RGB value is (190,192,144). Sum of RGB (Red+Green+Blue) = 190+192+144=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC090 is #413F6F. Grayscale: #BABABA. Windows color (decimal): -4276080 or 9486526. OLE color: 9486526.
HSL color Cylindrical-coordinate representation of color #BEC090: hue angle of 62.5º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEC090 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 144 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.25 |
| HSL | 62.5º | 0.28% | 0.66% | - |
| HSV(B) | 62.5º | 0.25% | 0.75% | - |
| XYZ | 45.12 | 50.66 | 33.79 | - |
| YUV | 185.93 | 104.34 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 144 | 0.01 | 0 | 0.25 | 0.25 | 62.5 | 0.28 | 0.66 |
| Hex | BE | C0 | 90 | 1 | 0 | 19 | 19 | 3F | 1C | 42 |
| Octal | 276 | 300 | 220 | 1 | 0 | 31 | 31 | 77 | 34 | 102 |
| Binary | 10111110 | 11000000 | 10010000 | 1 | 0 | 11001 | 11001 | 111111 | 11100 | 1000010 |
Color Harmonies of #BEC090
Complementary color
Monochromatic Colors of #BEC090
Black with #BEC090
Text Example
Text Example
White with #BEC090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC090; }
p { color: rgb(190,192,144); }
H1.HeaderClassName
{
color: #BEC090;
}
.AnyTagClassName
{
color: #BEC090;
}
</style>
background-color css
<style>
a { background-color: #BEC090; }
a { background-color: rgb(190,192,144); }
div.DivClassName
{
background-color: #BEC090;
}
.BgClassName
{
background-color: #BEC090;
}
</style>
border-color css
<style>
span { border-color: #BEC090; }
span { border-color: rgb(190,192,144); }
td.TdClassName
{
border-color: #BEC090;
}
.TagClassName
{
border-color: #BEC090;
}
</style>