Shades of Silk #BDAB9C
Tints of Silk #BDAB9C
RGB
CMYK
RGB Variations
Color information
#BDAB9C (or 0xBDAB9C) is known color: Silk. HEX triplet: BD, AB and 9C. RGB value is (189,171,156). Sum of RGB (Red+Green+Blue) = 189+171+156=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAB9C is #425463. Grayscale: #AEAEAE. Windows color (decimal): -4346980 or 10267581. OLE color: 10267581.
HSL color Cylindrical-coordinate representation of color #BDAB9C: hue angle of 27.27º 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 #BDAB9C is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 156 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.26 |
| HSL | 27.27º | 0.2% | 0.68% | - |
| HSV(B) | 27.27º | 0.17% | 0.74% | - |
| XYZ | 41.55 | 42.34 | 37.44 | - |
| YUV | 174.67 | 117.46 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 156 | 0 | 0.10 | 0.17 | 0.26 | 27.27 | 0.2 | 0.68 |
| Hex | BD | AB | 9C | 0 | A | 11 | 1A | 1B | 14 | 44 |
| Octal | 275 | 253 | 234 | 0 | 12 | 21 | 32 | 33 | 24 | 104 |
| Binary | 10111101 | 10101011 | 10011100 | 0 | 1010 | 10001 | 11010 | 11011 | 10100 | 1000100 |
Color Harmonies of #BDAB9C
Complementary color
Monochromatic Colors of #BDAB9C
Black with #BDAB9C
Text Example
Text Example
White with #BDAB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB9C; }
p { color: rgb(189,171,156); }
H1.HeaderClassName
{
color: #BDAB9C;
}
.AnyTagClassName
{
color: #BDAB9C;
}
</style>
background-color css
<style>
a { background-color: #BDAB9C; }
a { background-color: rgb(189,171,156); }
div.DivClassName
{
background-color: #BDAB9C;
}
.BgClassName
{
background-color: #BDAB9C;
}
</style>
border-color css
<style>
span { border-color: #BDAB9C; }
span { border-color: rgb(189,171,156); }
td.TdClassName
{
border-color: #BDAB9C;
}
.TagClassName
{
border-color: #BDAB9C;
}
</style>