Shades of Dusty Grey #BD9F9F
Tints of Dusty Grey #BD9F9F
RGB
CMYK
RGB Variations
Color information
#BD9F9F (or 0xBD9F9F) is known color: Dusty Grey. HEX triplet: BD, 9F and 9F. RGB value is (189,159,159). Sum of RGB (Red+Green+Blue) = 189+159+159=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9F9F is #426060. Grayscale: #A8A8A8. Windows color (decimal): -4350049 or 10461117. OLE color: 10461117.
HSL color Cylindrical-coordinate representation of color #BD9F9F: hue angle of 0º 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 #BD9F9F is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 159 | 159 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.26 |
| HSL | 0º | 0.19% | 0.68% | - |
| HSV(B) | 0º | 0.16% | 0.74% | - |
| XYZ | 39.64 | 38.12 | 38.07 | - |
| YUV | 167.97 | 122.94 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 159 | 0 | 0.16 | 0.16 | 0.26 | 0 | 0.19 | 0.68 |
| Hex | BD | 9F | 9F | 0 | 10 | 10 | 1A | 0 | 13 | 44 |
| Octal | 275 | 237 | 237 | 0 | 20 | 20 | 32 | 0 | 23 | 104 |
| Binary | 10111101 | 10011111 | 10011111 | 0 | 10000 | 10000 | 11010 | 0 | 10011 | 1000100 |
Color Harmonies of #BD9F9F
Complementary color
Monochromatic Colors of #BD9F9F
Black with #BD9F9F
Text Example
Text Example
White with #BD9F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9F9F; }
p { color: rgb(189,159,159); }
H1.HeaderClassName
{
color: #BD9F9F;
}
.AnyTagClassName
{
color: #BD9F9F;
}
</style>
background-color css
<style>
a { background-color: #BD9F9F; }
a { background-color: rgb(189,159,159); }
div.DivClassName
{
background-color: #BD9F9F;
}
.BgClassName
{
background-color: #BD9F9F;
}
</style>
border-color css
<style>
span { border-color: #BD9F9F; }
span { border-color: rgb(189,159,159); }
td.TdClassName
{
border-color: #BD9F9F;
}
.TagClassName
{
border-color: #BD9F9F;
}
</style>