Shades of Dusty Grey #BDA09F
Tints of Dusty Grey #BDA09F
RGB
CMYK
RGB Variations
Color information
#BDA09F (or 0xBDA09F) is known color: Dusty Grey. HEX triplet: BD, A0 and 9F. RGB value is (189,160,159). Sum of RGB (Red+Green+Blue) = 189+160+159=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA09F is #425F60. Grayscale: #A8A8A8. Windows color (decimal): -4349793 or 10461373. OLE color: 10461373.
HSL color Cylindrical-coordinate representation of color #BDA09F: hue angle of 2º 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 #BDA09F is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 159 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.26 |
| HSL | 2º | 0.19% | 0.68% | - |
| HSV(B) | 2º | 0.16% | 0.74% | - |
| XYZ | 39.82 | 38.46 | 38.13 | - |
| YUV | 168.56 | 122.61 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 159 | 0 | 0.15 | 0.16 | 0.26 | 2 | 0.19 | 0.68 |
| Hex | BD | A0 | 9F | 0 | F | 10 | 1A | 2 | 13 | 44 |
| Octal | 275 | 240 | 237 | 0 | 17 | 20 | 32 | 2 | 23 | 104 |
| Binary | 10111101 | 10100000 | 10011111 | 0 | 1111 | 10000 | 11010 | 10 | 10011 | 1000100 |
Color Harmonies of #BDA09F
Complementary color
Monochromatic Colors of #BDA09F
Black with #BDA09F
Text Example
Text Example
White with #BDA09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA09F; }
p { color: rgb(189,160,159); }
H1.HeaderClassName
{
color: #BDA09F;
}
.AnyTagClassName
{
color: #BDA09F;
}
</style>
background-color css
<style>
a { background-color: #BDA09F; }
a { background-color: rgb(189,160,159); }
div.DivClassName
{
background-color: #BDA09F;
}
.BgClassName
{
background-color: #BDA09F;
}
</style>
border-color css
<style>
span { border-color: #BDA09F; }
span { border-color: rgb(189,160,159); }
td.TdClassName
{
border-color: #BDA09F;
}
.TagClassName
{
border-color: #BDA09F;
}
</style>