Shades of Green Mist #BEBFA1
Tints of Green Mist #BEBFA1
RGB
CMYK
RGB Variations
Color information
#BEBFA1 (or 0xBEBFA1) is known color: Green Mist. HEX triplet: BE, BF and A1. RGB value is (190,191,161). Sum of RGB (Red+Green+Blue) = 190+191+161=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 161 (63.28% from 255 or 29.70% from 542); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBFA1 is #41405E. Grayscale: #BBBBBB. Windows color (decimal): -4276319 or 10600382. OLE color: 10600382.
HSL color Cylindrical-coordinate representation of color #BEBFA1: hue angle of 62º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEBFA1 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 191 | 161 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.25 |
| HSL | 62º | 0.19% | 0.69% | - |
| HSV(B) | 62º | 0.16% | 0.75% | - |
| XYZ | 46.3 | 50.78 | 41.08 | - |
| YUV | 187.28 | 113.17 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 191 | 161 | 0.01 | 0 | 0.16 | 0.25 | 62 | 0.19 | 0.69 |
| Hex | BE | BF | A1 | 1 | 0 | 10 | 19 | 3E | 13 | 45 |
| Octal | 276 | 277 | 241 | 1 | 0 | 20 | 31 | 76 | 23 | 105 |
| Binary | 10111110 | 10111111 | 10100001 | 1 | 0 | 10000 | 11001 | 111110 | 10011 | 1000101 |
Color Harmonies of #BEBFA1
Complementary color
Monochromatic Colors of #BEBFA1
Black with #BEBFA1
Text Example
Text Example
White with #BEBFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBFA1; }
p { color: rgb(190,191,161); }
H1.HeaderClassName
{
color: #BEBFA1;
}
.AnyTagClassName
{
color: #BEBFA1;
}
</style>
background-color css
<style>
a { background-color: #BEBFA1; }
a { background-color: rgb(190,191,161); }
div.DivClassName
{
background-color: #BEBFA1;
}
.BgClassName
{
background-color: #BEBFA1;
}
</style>
border-color css
<style>
span { border-color: #BEBFA1; }
span { border-color: rgb(190,191,161); }
td.TdClassName
{
border-color: #BEBFA1;
}
.TagClassName
{
border-color: #BEBFA1;
}
</style>