Shades of Green Mist #BDC890
Tints of Green Mist #BDC890
RGB
CMYK
RGB Variations
Color information
#BDC890 (or 0xBDC890) is known color: Green Mist. HEX triplet: BD, C8 and 90. RGB value is (189,200,144). Sum of RGB (Red+Green+Blue) = 189+200+144=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 200 (78.52% from 255 or 37.52% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC890 is #42376F. Grayscale: #BEBEBE. Windows color (decimal): -4339568 or 9488573. OLE color: 9488573.
HSL color Cylindrical-coordinate representation of color #BDC890: hue angle of 71.79º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDC890 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 144 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.22 |
| HSL | 71.79º | 0.34% | 0.67% | - |
| HSV(B) | 71.79º | 0.28% | 0.78% | - |
| XYZ | 46.67 | 54.14 | 34.38 | - |
| YUV | 190.33 | 101.86 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 144 | 0.06 | 0 | 0.28 | 0.22 | 71.79 | 0.34 | 0.67 |
| Hex | BD | C8 | 90 | 6 | 0 | 1C | 16 | 48 | 22 | 43 |
| Octal | 275 | 310 | 220 | 6 | 0 | 34 | 26 | 110 | 42 | 103 |
| Binary | 10111101 | 11001000 | 10010000 | 110 | 0 | 11100 | 10110 | 1001000 | 100010 | 1000011 |
Color Harmonies of #BDC890
Complementary color
Monochromatic Colors of #BDC890
Black with #BDC890
Text Example
Text Example
White with #BDC890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC890; }
p { color: rgb(189,200,144); }
H1.HeaderClassName
{
color: #BDC890;
}
.AnyTagClassName
{
color: #BDC890;
}
</style>
background-color css
<style>
a { background-color: #BDC890; }
a { background-color: rgb(189,200,144); }
div.DivClassName
{
background-color: #BDC890;
}
.BgClassName
{
background-color: #BDC890;
}
</style>
border-color css
<style>
span { border-color: #BDC890; }
span { border-color: rgb(189,200,144); }
td.TdClassName
{
border-color: #BDC890;
}
.TagClassName
{
border-color: #BDC890;
}
</style>