Shades of Green Mist #BDC994
Tints of Green Mist #BDC994
RGB
CMYK
RGB Variations
Color information
#BDC994 (or 0xBDC994) is known color: Green Mist. HEX triplet: BD, C9 and 94. RGB value is (189,201,148). Sum of RGB (Red+Green+Blue) = 189+201+148=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC994 is #42366B. Grayscale: #BFBFBF. Windows color (decimal): -4339308 or 9750973. OLE color: 9750973.
HSL color Cylindrical-coordinate representation of color #BDC994: hue angle of 73.58º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDC994 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 148 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.21 |
| HSL | 73.58º | 0.33% | 0.68% | - |
| HSV(B) | 73.58º | 0.26% | 0.79% | - |
| XYZ | 47.22 | 54.73 | 36.09 | - |
| YUV | 191.37 | 103.52 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 148 | 0.06 | 0 | 0.26 | 0.21 | 73.58 | 0.33 | 0.68 |
| Hex | BD | C9 | 94 | 6 | 0 | 1A | 15 | 4A | 21 | 44 |
| Octal | 275 | 311 | 224 | 6 | 0 | 32 | 25 | 112 | 41 | 104 |
| Binary | 10111101 | 11001001 | 10010100 | 110 | 0 | 11010 | 10101 | 1001010 | 100001 | 1000100 |
Color Harmonies of #BDC994
Complementary color
Monochromatic Colors of #BDC994
Black with #BDC994
Text Example
Text Example
White with #BDC994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC994; }
p { color: rgb(189,201,148); }
H1.HeaderClassName
{
color: #BDC994;
}
.AnyTagClassName
{
color: #BDC994;
}
</style>
background-color css
<style>
a { background-color: #BDC994; }
a { background-color: rgb(189,201,148); }
div.DivClassName
{
background-color: #BDC994;
}
.BgClassName
{
background-color: #BDC994;
}
</style>
border-color css
<style>
span { border-color: #BDC994; }
span { border-color: rgb(189,201,148); }
td.TdClassName
{
border-color: #BDC994;
}
.TagClassName
{
border-color: #BDC994;
}
</style>