Shades of Dusty Grey #BD9D9B
Tints of Dusty Grey #BD9D9B
RGB
CMYK
RGB Variations
Color information
#BD9D9B (or 0xBD9D9B) is known color: Dusty Grey. HEX triplet: BD, 9D and 9B. RGB value is (189,157,155). Sum of RGB (Red+Green+Blue) = 189+157+155=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9D9B is #426264. Grayscale: #A6A6A6. Windows color (decimal): -4350565 or 10198461. OLE color: 10198461.
HSL color Cylindrical-coordinate representation of color #BD9D9B: hue angle of 3.53º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BD9D9B is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 157 | 155 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.26 |
| HSL | 3.53º | 0.2% | 0.67% | - |
| HSV(B) | 3.53º | 0.18% | 0.74% | - |
| XYZ | 38.96 | 37.3 | 36.16 | - |
| YUV | 166.34 | 121.6 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 157 | 155 | 0 | 0.17 | 0.18 | 0.26 | 3.53 | 0.2 | 0.67 |
| Hex | BD | 9D | 9B | 0 | 11 | 12 | 1A | 4 | 14 | 43 |
| Octal | 275 | 235 | 233 | 0 | 21 | 22 | 32 | 4 | 24 | 103 |
| Binary | 10111101 | 10011101 | 10011011 | 0 | 10001 | 10010 | 11010 | 100 | 10100 | 1000011 |
Color Harmonies of #BD9D9B
Complementary color
Monochromatic Colors of #BD9D9B
Black with #BD9D9B
Text Example
Text Example
White with #BD9D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9D9B; }
p { color: rgb(189,157,155); }
H1.HeaderClassName
{
color: #BD9D9B;
}
.AnyTagClassName
{
color: #BD9D9B;
}
</style>
background-color css
<style>
a { background-color: #BD9D9B; }
a { background-color: rgb(189,157,155); }
div.DivClassName
{
background-color: #BD9D9B;
}
.BgClassName
{
background-color: #BD9D9B;
}
</style>
border-color css
<style>
span { border-color: #BD9D9B; }
span { border-color: rgb(189,157,155); }
td.TdClassName
{
border-color: #BD9D9B;
}
.TagClassName
{
border-color: #BD9D9B;
}
</style>