Shades of Green Mist #BDBD9F
Tints of Green Mist #BDBD9F
RGB
CMYK
RGB Variations
Color information
#BDBD9F (or 0xBDBD9F) is known color: Green Mist. HEX triplet: BD, BD and 9F. RGB value is (189,189,159). Sum of RGB (Red+Green+Blue) = 189+189+159=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBD9F is #424260. Grayscale: #B9B9B9. Windows color (decimal): -4342369 or 10468797. OLE color: 10468797.
HSL color Cylindrical-coordinate representation of color #BDBD9F: hue angle of 60º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDBD9F is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 189 | 159 | - |
CMYK | 0 | 0 | 0.16 | 0.26 |
HSL | 60º | 0.19% | 0.68% | - |
HSV(B) | 60º | 0.16% | 0.74% | - |
XYZ | 45.44 | 49.72 | 40 | - |
YUV | 185.58 | 113 | 130.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 189 | 159 | 0 | 0 | 0.16 | 0.26 | 60 | 0.19 | 0.68 |
Hex | BD | BD | 9F | 0 | 0 | 10 | 1A | 3C | 13 | 44 |
Octal | 275 | 275 | 237 | 0 | 0 | 20 | 32 | 74 | 23 | 104 |
Binary | 10111101 | 10111101 | 10011111 | 0 | 0 | 10000 | 11010 | 111100 | 10011 | 1000100 |
Color Harmonies of #BDBD9F
Complementary color
Monochromatic Colors of #BDBD9F
Black with #BDBD9F
Text Example
Text Example
White with #BDBD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD9F; }
p { color: rgb(189,189,159); }
H1.HeaderClassName
{
color: #BDBD9F;
}
.AnyTagClassName
{
color: #BDBD9F;
}
</style>
background-color css
<style>
a { background-color: #BDBD9F; }
a { background-color: rgb(189,189,159); }
div.DivClassName
{
background-color: #BDBD9F;
}
.BgClassName
{
background-color: #BDBD9F;
}
</style>
border-color css
<style>
span { border-color: #BDBD9F; }
span { border-color: rgb(189,189,159); }
td.TdClassName
{
border-color: #BDBD9F;
}
.TagClassName
{
border-color: #BDBD9F;
}
</style>