Shades of Green Mist #BDC892
Tints of Green Mist #BDC892
RGB
CMYK
RGB Variations
Color information
#BDC892 (or 0xBDC892) is known color: Green Mist. HEX triplet: BD, C8 and 92. RGB value is (189,200,146). Sum of RGB (Red+Green+Blue) = 189+200+146=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC892 is #42376D. Grayscale: #BEBEBE. Windows color (decimal): -4339566 or 9619645. OLE color: 9619645.
HSL color Cylindrical-coordinate representation of color #BDC892: hue angle of 72.22º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDC892 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 146 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.22 |
| HSL | 72.22º | 0.33% | 0.68% | - |
| HSV(B) | 72.22º | 0.27% | 0.78% | - |
| XYZ | 46.83 | 54.2 | 35.19 | - |
| YUV | 190.56 | 102.86 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 146 | 0.06 | 0 | 0.27 | 0.22 | 72.22 | 0.33 | 0.68 |
| Hex | BD | C8 | 92 | 6 | 0 | 1B | 16 | 48 | 21 | 44 |
| Octal | 275 | 310 | 222 | 6 | 0 | 33 | 26 | 110 | 41 | 104 |
| Binary | 10111101 | 11001000 | 10010010 | 110 | 0 | 11011 | 10110 | 1001000 | 100001 | 1000100 |
Color Harmonies of #BDC892
Complementary color
Monochromatic Colors of #BDC892
Black with #BDC892
Text Example
Text Example
White with #BDC892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC892; }
p { color: rgb(189,200,146); }
H1.HeaderClassName
{
color: #BDC892;
}
.AnyTagClassName
{
color: #BDC892;
}
</style>
background-color css
<style>
a { background-color: #BDC892; }
a { background-color: rgb(189,200,146); }
div.DivClassName
{
background-color: #BDC892;
}
.BgClassName
{
background-color: #BDC892;
}
</style>
border-color css
<style>
span { border-color: #BDC892; }
span { border-color: rgb(189,200,146); }
td.TdClassName
{
border-color: #BDC892;
}
.TagClassName
{
border-color: #BDC892;
}
</style>