Shades of Silk #BCAD9D
Tints of Silk #BCAD9D
RGB
CMYK
RGB Variations
Color information
#BCAD9D (or 0xBCAD9D) is known color: Silk. HEX triplet: BC, AD and 9D. RGB value is (188,173,157). Sum of RGB (Red+Green+Blue) = 188+173+157=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAD9D is #435262. Grayscale: #AFAFAF. Windows color (decimal): -4412003 or 10333628. OLE color: 10333628.
HSL color Cylindrical-coordinate representation of color #BCAD9D: hue angle of 30.97º 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 #BCAD9D is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 157 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.26 |
| HSL | 30.97º | 0.19% | 0.68% | - |
| HSV(B) | 30.97º | 0.16% | 0.74% | - |
| XYZ | 41.77 | 43.01 | 38 | - |
| YUV | 175.66 | 117.47 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 157 | 0 | 0.08 | 0.16 | 0.26 | 30.97 | 0.19 | 0.68 |
| Hex | BC | AD | 9D | 0 | 8 | 10 | 1A | 1F | 13 | 44 |
| Octal | 274 | 255 | 235 | 0 | 10 | 20 | 32 | 37 | 23 | 104 |
| Binary | 10111100 | 10101101 | 10011101 | 0 | 1000 | 10000 | 11010 | 11111 | 10011 | 1000100 |
Color Harmonies of #BCAD9D
Complementary color
Monochromatic Colors of #BCAD9D
Black with #BCAD9D
Text Example
Text Example
White with #BCAD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD9D; }
p { color: rgb(188,173,157); }
H1.HeaderClassName
{
color: #BCAD9D;
}
.AnyTagClassName
{
color: #BCAD9D;
}
</style>
background-color css
<style>
a { background-color: #BCAD9D; }
a { background-color: rgb(188,173,157); }
div.DivClassName
{
background-color: #BCAD9D;
}
.BgClassName
{
background-color: #BCAD9D;
}
</style>
border-color css
<style>
span { border-color: #BCAD9D; }
span { border-color: rgb(188,173,157); }
td.TdClassName
{
border-color: #BCAD9D;
}
.TagClassName
{
border-color: #BCAD9D;
}
</style>