Shades of Silk #BCAC9B
Tints of Silk #BCAC9B
RGB
CMYK
RGB Variations
Color information
#BCAC9B (or 0xBCAC9B) is known color: Silk. HEX triplet: BC, AC and 9B. RGB value is (188,172,155). Sum of RGB (Red+Green+Blue) = 188+172+155=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAC9B is #435364. Grayscale: #AEAEAE. Windows color (decimal): -4412261 or 10202300. OLE color: 10202300.
HSL color Cylindrical-coordinate representation of color #BCAC9B: hue angle of 30.91º 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 #BCAC9B is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 155 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.26 |
| HSL | 30.91º | 0.2% | 0.67% | - |
| HSV(B) | 30.91º | 0.18% | 0.74% | - |
| XYZ | 41.41 | 42.56 | 37.04 | - |
| YUV | 174.85 | 116.8 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 155 | 0 | 0.09 | 0.18 | 0.26 | 30.91 | 0.2 | 0.67 |
| Hex | BC | AC | 9B | 0 | 9 | 12 | 1A | 1F | 14 | 43 |
| Octal | 274 | 254 | 233 | 0 | 11 | 22 | 32 | 37 | 24 | 103 |
| Binary | 10111100 | 10101100 | 10011011 | 0 | 1001 | 10010 | 11010 | 11111 | 10100 | 1000011 |
Color Harmonies of #BCAC9B
Complementary color
Monochromatic Colors of #BCAC9B
Black with #BCAC9B
Text Example
Text Example
White with #BCAC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC9B; }
p { color: rgb(188,172,155); }
H1.HeaderClassName
{
color: #BCAC9B;
}
.AnyTagClassName
{
color: #BCAC9B;
}
</style>
background-color css
<style>
a { background-color: #BCAC9B; }
a { background-color: rgb(188,172,155); }
div.DivClassName
{
background-color: #BCAC9B;
}
.BgClassName
{
background-color: #BCAC9B;
}
</style>
border-color css
<style>
span { border-color: #BCAC9B; }
span { border-color: rgb(188,172,155); }
td.TdClassName
{
border-color: #BCAC9B;
}
.TagClassName
{
border-color: #BCAC9B;
}
</style>