Shades of Green Mist #BDC897
Tints of Green Mist #BDC897
RGB
CMYK
RGB Variations
Color information
#BDC897 (or 0xBDC897) is known color: Green Mist. HEX triplet: BD, C8 and 97. RGB value is (189,200,151). Sum of RGB (Red+Green+Blue) = 189+200+151=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC897 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC897 is #423768. Grayscale: #BFBFBF. Windows color (decimal): -4339561 or 9947325. OLE color: 9947325.
HSL color Cylindrical-coordinate representation of color #BDC897: hue angle of 73.47º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDC897 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 151 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.22 |
| HSL | 73.47º | 0.31% | 0.69% | - |
| HSV(B) | 73.47º | 0.25% | 0.78% | - |
| XYZ | 47.23 | 54.36 | 37.28 | - |
| YUV | 191.13 | 105.36 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 151 | 0.06 | 0 | 0.24 | 0.22 | 73.47 | 0.31 | 0.69 |
| Hex | BD | C8 | 97 | 6 | 0 | 18 | 16 | 49 | 1F | 45 |
| Octal | 275 | 310 | 227 | 6 | 0 | 30 | 26 | 111 | 37 | 105 |
| Binary | 10111101 | 11001000 | 10010111 | 110 | 0 | 11000 | 10110 | 1001001 | 11111 | 1000101 |
Color Harmonies of #BDC897
Complementary color
Monochromatic Colors of #BDC897
Black with #BDC897
Text Example
Text Example
White with #BDC897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC897; }
p { color: rgb(189,200,151); }
H1.HeaderClassName
{
color: #BDC897;
}
.AnyTagClassName
{
color: #BDC897;
}
</style>
background-color css
<style>
a { background-color: #BDC897; }
a { background-color: rgb(189,200,151); }
div.DivClassName
{
background-color: #BDC897;
}
.BgClassName
{
background-color: #BDC897;
}
</style>
border-color css
<style>
span { border-color: #BDC897; }
span { border-color: rgb(189,200,151); }
td.TdClassName
{
border-color: #BDC897;
}
.TagClassName
{
border-color: #BDC897;
}
</style>