Shades of Green Mist #BDC995
Tints of Green Mist #BDC995
RGB
CMYK
RGB Variations
Color information
#BDC995 (or 0xBDC995) is known color: Green Mist. HEX triplet: BD, C9 and 95. RGB value is (189,201,149). Sum of RGB (Red+Green+Blue) = 189+201+149=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC995 is #42366A. Grayscale: #BFBFBF. Windows color (decimal): -4339307 or 9816509. OLE color: 9816509.
HSL color Cylindrical-coordinate representation of color #BDC995: hue angle of 73.85º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDC995 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 149 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.21 |
| HSL | 73.85º | 0.33% | 0.69% | - |
| HSV(B) | 73.85º | 0.26% | 0.79% | - |
| XYZ | 47.3 | 54.76 | 36.51 | - |
| YUV | 191.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 149 | 0.06 | 0 | 0.26 | 0.21 | 73.85 | 0.33 | 0.69 |
| Hex | BD | C9 | 95 | 6 | 0 | 1A | 15 | 4A | 20 | 45 |
| Octal | 275 | 311 | 225 | 6 | 0 | 32 | 25 | 112 | 40 | 105 |
| Binary | 10111101 | 11001001 | 10010101 | 110 | 0 | 11010 | 10101 | 1001010 | 100000 | 1000101 |
Color Harmonies of #BDC995
Complementary color
Monochromatic Colors of #BDC995
Black with #BDC995
Text Example
Text Example
White with #BDC995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC995; }
p { color: rgb(189,201,149); }
H1.HeaderClassName
{
color: #BDC995;
}
.AnyTagClassName
{
color: #BDC995;
}
</style>
background-color css
<style>
a { background-color: #BDC995; }
a { background-color: rgb(189,201,149); }
div.DivClassName
{
background-color: #BDC995;
}
.BgClassName
{
background-color: #BDC995;
}
</style>
border-color css
<style>
span { border-color: #BDC995; }
span { border-color: rgb(189,201,149); }
td.TdClassName
{
border-color: #BDC995;
}
.TagClassName
{
border-color: #BDC995;
}
</style>