Shades of Ash #BDBAA9
Tints of Ash #BDBAA9
RGB
CMYK
RGB Variations
Color information
#BDBAA9 (or 0xBDBAA9) is known color: Ash. HEX triplet: BD, BA and A9. RGB value is (189,186,169). Sum of RGB (Red+Green+Blue) = 189+186+169=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 169 (66.41% from 255 or 31.07% from 544); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBAA9 is #424556. Grayscale: #B9B9B9. Windows color (decimal): -4343127 or 11123389. OLE color: 11123389.
HSL color Cylindrical-coordinate representation of color #BDBAA9: hue angle of 51º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDBAA9 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 169 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.26 |
| HSL | 51º | 0.13% | 0.7% | - |
| HSV(B) | 51º | 0.11% | 0.74% | - |
| XYZ | 45.71 | 48.8 | 44.55 | - |
| YUV | 184.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 169 | 0 | 0.02 | 0.11 | 0.26 | 51 | 0.13 | 0.7 |
| Hex | BD | BA | A9 | 0 | 2 | B | 1A | 33 | D | 46 |
| Octal | 275 | 272 | 251 | 0 | 2 | 13 | 32 | 63 | 15 | 106 |
| Binary | 10111101 | 10111010 | 10101001 | 0 | 10 | 1011 | 11010 | 110011 | 1101 | 1000110 |
Color Harmonies of #BDBAA9
Complementary color
Monochromatic Colors of #BDBAA9
Black with #BDBAA9
Text Example
Text Example
White with #BDBAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBAA9; }
p { color: rgb(189,186,169); }
H1.HeaderClassName
{
color: #BDBAA9;
}
.AnyTagClassName
{
color: #BDBAA9;
}
</style>
background-color css
<style>
a { background-color: #BDBAA9; }
a { background-color: rgb(189,186,169); }
div.DivClassName
{
background-color: #BDBAA9;
}
.BgClassName
{
background-color: #BDBAA9;
}
</style>
border-color css
<style>
span { border-color: #BDBAA9; }
span { border-color: rgb(189,186,169); }
td.TdClassName
{
border-color: #BDBAA9;
}
.TagClassName
{
border-color: #BDBAA9;
}
</style>