Shades of Silk #BCAD9C
Tints of Silk #BCAD9C
RGB
CMYK
RGB Variations
Color information
#BCAD9C (or 0xBCAD9C) is known color: Silk. HEX triplet: BC, AD and 9C. RGB value is (188,173,156). Sum of RGB (Red+Green+Blue) = 188+173+156=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAD9C is #435263. Grayscale: #AFAFAF. Windows color (decimal): -4412004 or 10268092. OLE color: 10268092.
HSL color Cylindrical-coordinate representation of color #BCAD9C: hue angle of 31.88º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCAD9C is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 156 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.26 |
| HSL | 31.88º | 0.19% | 0.67% | - |
| HSV(B) | 31.88º | 0.17% | 0.74% | - |
| XYZ | 41.68 | 42.98 | 37.55 | - |
| YUV | 175.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 156 | 0 | 0.08 | 0.17 | 0.26 | 31.88 | 0.19 | 0.67 |
| Hex | BC | AD | 9C | 0 | 8 | 11 | 1A | 20 | 13 | 43 |
| Octal | 274 | 255 | 234 | 0 | 10 | 21 | 32 | 40 | 23 | 103 |
| Binary | 10111100 | 10101101 | 10011100 | 0 | 1000 | 10001 | 11010 | 100000 | 10011 | 1000011 |
Color Harmonies of #BCAD9C
Complementary color
Monochromatic Colors of #BCAD9C
Black with #BCAD9C
Text Example
Text Example
White with #BCAD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD9C; }
p { color: rgb(188,173,156); }
H1.HeaderClassName
{
color: #BCAD9C;
}
.AnyTagClassName
{
color: #BCAD9C;
}
</style>
background-color css
<style>
a { background-color: #BCAD9C; }
a { background-color: rgb(188,173,156); }
div.DivClassName
{
background-color: #BCAD9C;
}
.BgClassName
{
background-color: #BCAD9C;
}
</style>
border-color css
<style>
span { border-color: #BCAD9C; }
span { border-color: rgb(188,173,156); }
td.TdClassName
{
border-color: #BCAD9C;
}
.TagClassName
{
border-color: #BCAD9C;
}
</style>