Shades of Dusty Grey #BD9E9B
Tints of Dusty Grey #BD9E9B
RGB
CMYK
RGB Variations
Color information
#BD9E9B (or 0xBD9E9B) is known color: Dusty Grey. HEX triplet: BD, 9E and 9B. RGB value is (189,158,155). Sum of RGB (Red+Green+Blue) = 189+158+155=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9E9B is #426164. Grayscale: #A6A6A6. Windows color (decimal): -4350309 or 10198717. OLE color: 10198717.
HSL color Cylindrical-coordinate representation of color #BD9E9B: hue angle of 5.29º 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 #BD9E9B is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 158 | 155 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.26 |
| HSL | 5.29º | 0.2% | 0.67% | - |
| HSV(B) | 5.29º | 0.18% | 0.74% | - |
| XYZ | 39.13 | 37.64 | 36.21 | - |
| YUV | 166.93 | 121.27 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 155 | 0 | 0.16 | 0.18 | 0.26 | 5.29 | 0.2 | 0.67 |
| Hex | BD | 9E | 9B | 0 | 10 | 12 | 1A | 5 | 14 | 43 |
| Octal | 275 | 236 | 233 | 0 | 20 | 22 | 32 | 5 | 24 | 103 |
| Binary | 10111101 | 10011110 | 10011011 | 0 | 10000 | 10010 | 11010 | 101 | 10100 | 1000011 |
Color Harmonies of #BD9E9B
Complementary color
Monochromatic Colors of #BD9E9B
Black with #BD9E9B
Text Example
Text Example
White with #BD9E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9E9B; }
p { color: rgb(189,158,155); }
H1.HeaderClassName
{
color: #BD9E9B;
}
.AnyTagClassName
{
color: #BD9E9B;
}
</style>
background-color css
<style>
a { background-color: #BD9E9B; }
a { background-color: rgb(189,158,155); }
div.DivClassName
{
background-color: #BD9E9B;
}
.BgClassName
{
background-color: #BD9E9B;
}
</style>
border-color css
<style>
span { border-color: #BD9E9B; }
span { border-color: rgb(189,158,155); }
td.TdClassName
{
border-color: #BD9E9B;
}
.TagClassName
{
border-color: #BD9E9B;
}
</style>