Shades of Green Mist #BDC19E
Tints of Green Mist #BDC19E
RGB
CMYK
RGB Variations
Color information
#BDC19E (or 0xBDC19E) is known color: Green Mist. HEX triplet: BD, C1 and 9E. RGB value is (189,193,158). Sum of RGB (Red+Green+Blue) = 189+193+158=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 158 (62.11% from 255 or 29.26% from 540); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC19E is #423E61. Grayscale: #BBBBBB. Windows color (decimal): -4341346 or 10404285. OLE color: 10404285.
HSL color Cylindrical-coordinate representation of color #BDC19E: hue angle of 66.86º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDC19E is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 158 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.24 |
| HSL | 66.86º | 0.22% | 0.69% | - |
| HSV(B) | 66.86º | 0.18% | 0.76% | - |
| XYZ | 46.23 | 51.43 | 39.84 | - |
| YUV | 187.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 158 | 0.02 | 0 | 0.18 | 0.24 | 66.86 | 0.22 | 0.69 |
| Hex | BD | C1 | 9E | 2 | 0 | 12 | 18 | 43 | 16 | 45 |
| Octal | 275 | 301 | 236 | 2 | 0 | 22 | 30 | 103 | 26 | 105 |
| Binary | 10111101 | 11000001 | 10011110 | 10 | 0 | 10010 | 11000 | 1000011 | 10110 | 1000101 |
Color Harmonies of #BDC19E
Complementary color
Monochromatic Colors of #BDC19E
Black with #BDC19E
Text Example
Text Example
White with #BDC19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC19E; }
p { color: rgb(189,193,158); }
H1.HeaderClassName
{
color: #BDC19E;
}
.AnyTagClassName
{
color: #BDC19E;
}
</style>
background-color css
<style>
a { background-color: #BDC19E; }
a { background-color: rgb(189,193,158); }
div.DivClassName
{
background-color: #BDC19E;
}
.BgClassName
{
background-color: #BDC19E;
}
</style>
border-color css
<style>
span { border-color: #BDC19E; }
span { border-color: rgb(189,193,158); }
td.TdClassName
{
border-color: #BDC19E;
}
.TagClassName
{
border-color: #BDC19E;
}
</style>