Shades of Green Mist #BDBEA0
Tints of Green Mist #BDBEA0
RGB
CMYK
RGB Variations
Color information
#BDBEA0 (or 0xBDBEA0) is known color: Green Mist. HEX triplet: BD, BE and A0. RGB value is (189,190,160). Sum of RGB (Red+Green+Blue) = 189+190+160=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBEA0 is #42415F. Grayscale: #BABABA. Windows color (decimal): -4342112 or 10534589. OLE color: 10534589.
HSL color Cylindrical-coordinate representation of color #BDBEA0: 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 #BDBEA0 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 190 | 160 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.25 |
| HSL | 62º | 0.19% | 0.69% | - |
| HSV(B) | 62º | 0.16% | 0.75% | - |
| XYZ | 45.74 | 50.18 | 40.53 | - |
| YUV | 186.28 | 113.17 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 160 | 0.01 | 0 | 0.16 | 0.25 | 62 | 0.19 | 0.69 |
| Hex | BD | BE | A0 | 1 | 0 | 10 | 19 | 3E | 13 | 45 |
| Octal | 275 | 276 | 240 | 1 | 0 | 20 | 31 | 76 | 23 | 105 |
| Binary | 10111101 | 10111110 | 10100000 | 1 | 0 | 10000 | 11001 | 111110 | 10011 | 1000101 |
Color Harmonies of #BDBEA0
Complementary color
Monochromatic Colors of #BDBEA0
Black with #BDBEA0
Text Example
Text Example
White with #BDBEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBEA0; }
p { color: rgb(189,190,160); }
H1.HeaderClassName
{
color: #BDBEA0;
}
.AnyTagClassName
{
color: #BDBEA0;
}
</style>
background-color css
<style>
a { background-color: #BDBEA0; }
a { background-color: rgb(189,190,160); }
div.DivClassName
{
background-color: #BDBEA0;
}
.BgClassName
{
background-color: #BDBEA0;
}
</style>
border-color css
<style>
span { border-color: #BDBEA0; }
span { border-color: rgb(189,190,160); }
td.TdClassName
{
border-color: #BDBEA0;
}
.TagClassName
{
border-color: #BDBEA0;
}
</style>