Shades of Silk #BDAD9C
Tints of Silk #BDAD9C
RGB
CMYK
RGB Variations
Color information
#BDAD9C (or 0xBDAD9C) is known color: Silk. HEX triplet: BD, AD and 9C. RGB value is (189,173,156). Sum of RGB (Red+Green+Blue) = 189+173+156=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAD9C is #425263. Grayscale: #AFAFAF. Windows color (decimal): -4346468 or 10268093. OLE color: 10268093.
HSL color Cylindrical-coordinate representation of color #BDAD9C: hue angle of 30.91º 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 #BDAD9C is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 173 | 156 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.26 |
| HSL | 30.91º | 0.2% | 0.68% | - |
| HSV(B) | 30.91º | 0.17% | 0.74% | - |
| XYZ | 41.93 | 43.11 | 37.56 | - |
| YUV | 175.85 | 116.8 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 173 | 156 | 0 | 0.08 | 0.17 | 0.26 | 30.91 | 0.2 | 0.68 |
| Hex | BD | AD | 9C | 0 | 8 | 11 | 1A | 1F | 14 | 44 |
| Octal | 275 | 255 | 234 | 0 | 10 | 21 | 32 | 37 | 24 | 104 |
| Binary | 10111101 | 10101101 | 10011100 | 0 | 1000 | 10001 | 11010 | 11111 | 10100 | 1000100 |
Color Harmonies of #BDAD9C
Complementary color
Monochromatic Colors of #BDAD9C
Black with #BDAD9C
Text Example
Text Example
White with #BDAD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAD9C; }
p { color: rgb(189,173,156); }
H1.HeaderClassName
{
color: #BDAD9C;
}
.AnyTagClassName
{
color: #BDAD9C;
}
</style>
background-color css
<style>
a { background-color: #BDAD9C; }
a { background-color: rgb(189,173,156); }
div.DivClassName
{
background-color: #BDAD9C;
}
.BgClassName
{
background-color: #BDAD9C;
}
</style>
border-color css
<style>
span { border-color: #BDAD9C; }
span { border-color: rgb(189,173,156); }
td.TdClassName
{
border-color: #BDAD9C;
}
.TagClassName
{
border-color: #BDAD9C;
}
</style>