Shades of Silk #BCAD9B
Tints of Silk #BCAD9B
RGB
CMYK
RGB Variations
Color information
#BCAD9B (or 0xBCAD9B) is known color: Silk. HEX triplet: BC, AD and 9B. RGB value is (188,173,155). Sum of RGB (Red+Green+Blue) = 188+173+155=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAD9B is #435264. Grayscale: #AFAFAF. Windows color (decimal): -4412005 or 10202556. OLE color: 10202556.
HSL color Cylindrical-coordinate representation of color #BCAD9B: hue angle of 32.73º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCAD9B is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 155 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.26 |
| HSL | 32.73º | 0.2% | 0.67% | - |
| HSV(B) | 32.73º | 0.18% | 0.74% | - |
| XYZ | 41.6 | 42.95 | 37.11 | - |
| YUV | 175.43 | 116.47 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 155 | 0 | 0.08 | 0.18 | 0.26 | 32.73 | 0.2 | 0.67 |
| Hex | BC | AD | 9B | 0 | 8 | 12 | 1A | 21 | 14 | 43 |
| Octal | 274 | 255 | 233 | 0 | 10 | 22 | 32 | 41 | 24 | 103 |
| Binary | 10111100 | 10101101 | 10011011 | 0 | 1000 | 10010 | 11010 | 100001 | 10100 | 1000011 |
Color Harmonies of #BCAD9B
Complementary color
Monochromatic Colors of #BCAD9B
Black with #BCAD9B
Text Example
Text Example
White with #BCAD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD9B; }
p { color: rgb(188,173,155); }
H1.HeaderClassName
{
color: #BCAD9B;
}
.AnyTagClassName
{
color: #BCAD9B;
}
</style>
background-color css
<style>
a { background-color: #BCAD9B; }
a { background-color: rgb(188,173,155); }
div.DivClassName
{
background-color: #BCAD9B;
}
.BgClassName
{
background-color: #BCAD9B;
}
</style>
border-color css
<style>
span { border-color: #BCAD9B; }
span { border-color: rgb(188,173,155); }
td.TdClassName
{
border-color: #BCAD9B;
}
.TagClassName
{
border-color: #BCAD9B;
}
</style>