Shades of Green Mist #BDC197
Tints of Green Mist #BDC197
RGB
CMYK
RGB Variations
Color information
#BDC197 (or 0xBDC197) is known color: Green Mist. HEX triplet: BD, C1 and 97. RGB value is (189,193,151). Sum of RGB (Red+Green+Blue) = 189+193+151=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 151 (59.38% from 255 or 28.33% from 533); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC197 is #423E68. Grayscale: #BBBBBB. Windows color (decimal): -4341353 or 9945533. OLE color: 9945533.
HSL color Cylindrical-coordinate representation of color #BDC197: hue angle of 65.71º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDC197 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 151 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.24 |
| HSL | 65.71º | 0.25% | 0.67% | - |
| HSV(B) | 65.71º | 0.22% | 0.76% | - |
| XYZ | 45.64 | 51.19 | 36.75 | - |
| YUV | 187.02 | 107.67 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 151 | 0.02 | 0 | 0.22 | 0.24 | 65.71 | 0.25 | 0.67 |
| Hex | BD | C1 | 97 | 2 | 0 | 16 | 18 | 42 | 19 | 43 |
| Octal | 275 | 301 | 227 | 2 | 0 | 26 | 30 | 102 | 31 | 103 |
| Binary | 10111101 | 11000001 | 10010111 | 10 | 0 | 10110 | 11000 | 1000010 | 11001 | 1000011 |
Color Harmonies of #BDC197
Complementary color
Monochromatic Colors of #BDC197
Black with #BDC197
Text Example
Text Example
White with #BDC197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC197; }
p { color: rgb(189,193,151); }
H1.HeaderClassName
{
color: #BDC197;
}
.AnyTagClassName
{
color: #BDC197;
}
</style>
background-color css
<style>
a { background-color: #BDC197; }
a { background-color: rgb(189,193,151); }
div.DivClassName
{
background-color: #BDC197;
}
.BgClassName
{
background-color: #BDC197;
}
</style>
border-color css
<style>
span { border-color: #BDC197; }
span { border-color: rgb(189,193,151); }
td.TdClassName
{
border-color: #BDC197;
}
.TagClassName
{
border-color: #BDC197;
}
</style>