Shades of Green Mist #BDCC8E
Tints of Green Mist #BDCC8E
RGB
CMYK
RGB Variations
Color information
#BDCC8E (or 0xBDCC8E) is known color: Green Mist. HEX triplet: BD, CC and 8E. RGB value is (189,204,142). Sum of RGB (Red+Green+Blue) = 189+204+142=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCC8E is #423371. Grayscale: #C0C0C0. Windows color (decimal): -4338546 or 9358525. OLE color: 9358525.
HSL color Cylindrical-coordinate representation of color #BDCC8E: hue angle of 74.52º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDCC8E is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 142 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.2 |
| HSL | 74.52º | 0.38% | 0.68% | - |
| HSV(B) | 74.52º | 0.3% | 0.8% | - |
| XYZ | 47.46 | 55.96 | 33.89 | - |
| YUV | 192.45 | 99.53 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 142 | 0.07 | 0 | 0.30 | 0.2 | 74.52 | 0.38 | 0.68 |
| Hex | BD | CC | 8E | 7 | 0 | 1E | 14 | 4B | 26 | 44 |
| Octal | 275 | 314 | 216 | 7 | 0 | 36 | 24 | 113 | 46 | 104 |
| Binary | 10111101 | 11001100 | 10001110 | 111 | 0 | 11110 | 10100 | 1001011 | 100110 | 1000100 |
Color Harmonies of #BDCC8E
Complementary color
Monochromatic Colors of #BDCC8E
Black with #BDCC8E
Text Example
Text Example
White with #BDCC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCC8E; }
p { color: rgb(189,204,142); }
H1.HeaderClassName
{
color: #BDCC8E;
}
.AnyTagClassName
{
color: #BDCC8E;
}
</style>
background-color css
<style>
a { background-color: #BDCC8E; }
a { background-color: rgb(189,204,142); }
div.DivClassName
{
background-color: #BDCC8E;
}
.BgClassName
{
background-color: #BDCC8E;
}
</style>
border-color css
<style>
span { border-color: #BDCC8E; }
span { border-color: rgb(189,204,142); }
td.TdClassName
{
border-color: #BDCC8E;
}
.TagClassName
{
border-color: #BDCC8E;
}
</style>