Shades of Dusty Grey #BD9E9D
Tints of Dusty Grey #BD9E9D
RGB
CMYK
RGB Variations
Color information
#BD9E9D (or 0xBD9E9D) is known color: Dusty Grey. HEX triplet: BD, 9E and 9D. RGB value is (189,158,157). Sum of RGB (Red+Green+Blue) = 189+158+157=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9E9D is #426162. Grayscale: #A7A7A7. Windows color (decimal): -4350307 or 10329789. OLE color: 10329789.
HSL color Cylindrical-coordinate representation of color #BD9E9D: hue angle of 1.88º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BD9E9D is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 158 | 157 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.26 |
| HSL | 1.88º | 0.2% | 0.68% | - |
| HSV(B) | 1.88º | 0.17% | 0.74% | - |
| XYZ | 39.3 | 37.71 | 37.11 | - |
| YUV | 167.16 | 122.27 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 157 | 0 | 0.16 | 0.17 | 0.26 | 1.88 | 0.2 | 0.68 |
| Hex | BD | 9E | 9D | 0 | 10 | 11 | 1A | 2 | 14 | 44 |
| Octal | 275 | 236 | 235 | 0 | 20 | 21 | 32 | 2 | 24 | 104 |
| Binary | 10111101 | 10011110 | 10011101 | 0 | 10000 | 10001 | 11010 | 10 | 10100 | 1000100 |
Color Harmonies of #BD9E9D
Complementary color
Monochromatic Colors of #BD9E9D
Black with #BD9E9D
Text Example
Text Example
White with #BD9E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9E9D; }
p { color: rgb(189,158,157); }
H1.HeaderClassName
{
color: #BD9E9D;
}
.AnyTagClassName
{
color: #BD9E9D;
}
</style>
background-color css
<style>
a { background-color: #BD9E9D; }
a { background-color: rgb(189,158,157); }
div.DivClassName
{
background-color: #BD9E9D;
}
.BgClassName
{
background-color: #BD9E9D;
}
</style>
border-color css
<style>
span { border-color: #BD9E9D; }
span { border-color: rgb(189,158,157); }
td.TdClassName
{
border-color: #BD9E9D;
}
.TagClassName
{
border-color: #BD9E9D;
}
</style>