Shades of Silk #BDAB9D
Tints of Silk #BDAB9D
RGB
CMYK
RGB Variations
Color information
#BDAB9D (or 0xBDAB9D) is known color: Silk. HEX triplet: BD, AB and 9D. RGB value is (189,171,157). Sum of RGB (Red+Green+Blue) = 189+171+157=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAB9D is #425462. Grayscale: #AEAEAE. Windows color (decimal): -4346979 or 10333117. OLE color: 10333117.
HSL color Cylindrical-coordinate representation of color #BDAB9D: hue angle of 26.25º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDAB9D is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 157 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.26 |
| HSL | 26.25º | 0.2% | 0.68% | - |
| HSV(B) | 26.25º | 0.17% | 0.74% | - |
| XYZ | 41.63 | 42.38 | 37.88 | - |
| YUV | 174.79 | 117.96 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 157 | 0 | 0.10 | 0.17 | 0.26 | 26.25 | 0.2 | 0.68 |
| Hex | BD | AB | 9D | 0 | A | 11 | 1A | 1A | 14 | 44 |
| Octal | 275 | 253 | 235 | 0 | 12 | 21 | 32 | 32 | 24 | 104 |
| Binary | 10111101 | 10101011 | 10011101 | 0 | 1010 | 10001 | 11010 | 11010 | 10100 | 1000100 |
Color Harmonies of #BDAB9D
Complementary color
Monochromatic Colors of #BDAB9D
Black with #BDAB9D
Text Example
Text Example
White with #BDAB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB9D; }
p { color: rgb(189,171,157); }
H1.HeaderClassName
{
color: #BDAB9D;
}
.AnyTagClassName
{
color: #BDAB9D;
}
</style>
background-color css
<style>
a { background-color: #BDAB9D; }
a { background-color: rgb(189,171,157); }
div.DivClassName
{
background-color: #BDAB9D;
}
.BgClassName
{
background-color: #BDAB9D;
}
</style>
border-color css
<style>
span { border-color: #BDAB9D; }
span { border-color: rgb(189,171,157); }
td.TdClassName
{
border-color: #BDAB9D;
}
.TagClassName
{
border-color: #BDAB9D;
}
</style>