Shades of Green Mist #BDBE9F
Tints of Green Mist #BDBE9F
RGB
CMYK
RGB Variations
Color information
#BDBE9F (or 0xBDBE9F) is known color: Green Mist. HEX triplet: BD, BE and 9F. RGB value is (189,190,159). Sum of RGB (Red+Green+Blue) = 189+190+159=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBE9F is #424160. Grayscale: #BABABA. Windows color (decimal): -4342113 or 10469053. OLE color: 10469053.
HSL color Cylindrical-coordinate representation of color #BDBE9F: hue angle of 61.94º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDBE9F is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
RGB | 189 | 190 | 159 | - |
CMYK | 0.01 | 0 | 0.16 | 0.25 |
HSL | 61.94º | 0.19% | 0.68% | - |
HSV(B) | 61.94º | 0.16% | 0.75% | - |
XYZ | 45.66 | 50.15 | 40.07 | - |
YUV | 186.17 | 112.67 | 130.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 190 | 159 | 0.01 | 0 | 0.16 | 0.25 | 61.94 | 0.19 | 0.68 |
Hex | BD | BE | 9F | 1 | 0 | 10 | 19 | 3E | 13 | 44 |
Octal | 275 | 276 | 237 | 1 | 0 | 20 | 31 | 76 | 23 | 104 |
Binary | 10111101 | 10111110 | 10011111 | 1 | 0 | 10000 | 11001 | 111110 | 10011 | 1000100 |
Color Harmonies of #BDBE9F
Complementary color
Monochromatic Colors of #BDBE9F
Black with #BDBE9F
Text Example
Text Example
White with #BDBE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBE9F; }
p { color: rgb(189,190,159); }
H1.HeaderClassName
{
color: #BDBE9F;
}
.AnyTagClassName
{
color: #BDBE9F;
}
</style>
background-color css
<style>
a { background-color: #BDBE9F; }
a { background-color: rgb(189,190,159); }
div.DivClassName
{
background-color: #BDBE9F;
}
.BgClassName
{
background-color: #BDBE9F;
}
</style>
border-color css
<style>
span { border-color: #BDBE9F; }
span { border-color: rgb(189,190,159); }
td.TdClassName
{
border-color: #BDBE9F;
}
.TagClassName
{
border-color: #BDBE9F;
}
</style>