Shades of Green Mist #BDBE8C
Tints of Green Mist #BDBE8C
RGB
CMYK
RGB Variations
Color information
#BDBE8C (or 0xBDBE8C) is known color: Green Mist. HEX triplet: BD, BE and 8C. RGB value is (189,190,140). Sum of RGB (Red+Green+Blue) = 189+190+140=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBE8C is #424173. Grayscale: #B8B8B8. Windows color (decimal): -4342132 or 9223869. OLE color: 9223869.
HSL color Cylindrical-coordinate representation of color #BDBE8C: hue angle of 61.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDBE8C is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 190 | 140 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.25 |
| HSL | 61.2º | 0.28% | 0.65% | - |
| HSV(B) | 61.2º | 0.26% | 0.75% | - |
| XYZ | 44.13 | 49.54 | 32.05 | - |
| YUV | 184 | 103.17 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 140 | 0.01 | 0 | 0.26 | 0.25 | 61.2 | 0.28 | 0.65 |
| Hex | BD | BE | 8C | 1 | 0 | 1A | 19 | 3D | 1C | 41 |
| Octal | 275 | 276 | 214 | 1 | 0 | 32 | 31 | 75 | 34 | 101 |
| Binary | 10111101 | 10111110 | 10001100 | 1 | 0 | 11010 | 11001 | 111101 | 11100 | 1000001 |
Color Harmonies of #BDBE8C
Complementary color
Monochromatic Colors of #BDBE8C
Black with #BDBE8C
Text Example
Text Example
White with #BDBE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBE8C; }
p { color: rgb(189,190,140); }
H1.HeaderClassName
{
color: #BDBE8C;
}
.AnyTagClassName
{
color: #BDBE8C;
}
</style>
background-color css
<style>
a { background-color: #BDBE8C; }
a { background-color: rgb(189,190,140); }
div.DivClassName
{
background-color: #BDBE8C;
}
.BgClassName
{
background-color: #BDBE8C;
}
</style>
border-color css
<style>
span { border-color: #BDBE8C; }
span { border-color: rgb(189,190,140); }
td.TdClassName
{
border-color: #BDBE8C;
}
.TagClassName
{
border-color: #BDBE8C;
}
</style>