Shades of Dusty Grey #BD9F9D
Tints of Dusty Grey #BD9F9D
RGB
CMYK
RGB Variations
Color information
#BD9F9D (or 0xBD9F9D) is known color: Dusty Grey. HEX triplet: BD, 9F and 9D. RGB value is (189,159,157). Sum of RGB (Red+Green+Blue) = 189+159+157=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9F9D is #426062. Grayscale: #A7A7A7. Windows color (decimal): -4350051 or 10330045. OLE color: 10330045.
HSL color Cylindrical-coordinate representation of color #BD9F9D: hue angle of 3.75º 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 #BD9F9D is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 159 | 157 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.26 |
| HSL | 3.75º | 0.2% | 0.68% | - |
| HSV(B) | 3.75º | 0.17% | 0.74% | - |
| XYZ | 39.47 | 38.05 | 37.16 | - |
| YUV | 167.74 | 121.94 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 157 | 0 | 0.16 | 0.17 | 0.26 | 3.75 | 0.2 | 0.68 |
| Hex | BD | 9F | 9D | 0 | 10 | 11 | 1A | 4 | 14 | 44 |
| Octal | 275 | 237 | 235 | 0 | 20 | 21 | 32 | 4 | 24 | 104 |
| Binary | 10111101 | 10011111 | 10011101 | 0 | 10000 | 10001 | 11010 | 100 | 10100 | 1000100 |
Color Harmonies of #BD9F9D
Complementary color
Monochromatic Colors of #BD9F9D
Black with #BD9F9D
Text Example
Text Example
White with #BD9F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9F9D; }
p { color: rgb(189,159,157); }
H1.HeaderClassName
{
color: #BD9F9D;
}
.AnyTagClassName
{
color: #BD9F9D;
}
</style>
background-color css
<style>
a { background-color: #BD9F9D; }
a { background-color: rgb(189,159,157); }
div.DivClassName
{
background-color: #BD9F9D;
}
.BgClassName
{
background-color: #BD9F9D;
}
</style>
border-color css
<style>
span { border-color: #BD9F9D; }
span { border-color: rgb(189,159,157); }
td.TdClassName
{
border-color: #BD9F9D;
}
.TagClassName
{
border-color: #BD9F9D;
}
</style>