Shades of Silk #BDAA9E
Tints of Silk #BDAA9E
RGB
CMYK
RGB Variations
Color information
#BDAA9E (or 0xBDAA9E) is known color: Silk. HEX triplet: BD, AA and 9E. RGB value is (189,170,158). Sum of RGB (Red+Green+Blue) = 189+170+158=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAA9E is #425561. Grayscale: #AEAEAE. Windows color (decimal): -4347234 or 10398397. OLE color: 10398397.
HSL color Cylindrical-coordinate representation of color #BDAA9E: hue angle of 23.23º 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 #BDAA9E is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 170 | 158 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.26 |
| HSL | 23.23º | 0.19% | 0.68% | - |
| HSV(B) | 23.23º | 0.16% | 0.74% | - |
| XYZ | 41.53 | 42.04 | 38.27 | - |
| YUV | 174.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 170 | 158 | 0 | 0.10 | 0.16 | 0.26 | 23.23 | 0.19 | 0.68 |
| Hex | BD | AA | 9E | 0 | A | 10 | 1A | 17 | 13 | 44 |
| Octal | 275 | 252 | 236 | 0 | 12 | 20 | 32 | 27 | 23 | 104 |
| Binary | 10111101 | 10101010 | 10011110 | 0 | 1010 | 10000 | 11010 | 10111 | 10011 | 1000100 |
Color Harmonies of #BDAA9E
Complementary color
Monochromatic Colors of #BDAA9E
Black with #BDAA9E
Text Example
Text Example
White with #BDAA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAA9E; }
p { color: rgb(189,170,158); }
H1.HeaderClassName
{
color: #BDAA9E;
}
.AnyTagClassName
{
color: #BDAA9E;
}
</style>
background-color css
<style>
a { background-color: #BDAA9E; }
a { background-color: rgb(189,170,158); }
div.DivClassName
{
background-color: #BDAA9E;
}
.BgClassName
{
background-color: #BDAA9E;
}
</style>
border-color css
<style>
span { border-color: #BDAA9E; }
span { border-color: rgb(189,170,158); }
td.TdClassName
{
border-color: #BDAA9E;
}
.TagClassName
{
border-color: #BDAA9E;
}
</style>