Shades of Silk #BCA89C
Tints of Silk #BCA89C
RGB
CMYK
RGB Variations
Color information
#BCA89C (or 0xBCA89C) is known color: Silk. HEX triplet: BC, A8 and 9C. RGB value is (188,168,156). Sum of RGB (Red+Green+Blue) = 188+168+156=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA89C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA89C is #435763. Grayscale: #ACACAC. Windows color (decimal): -4413284 or 10266812. OLE color: 10266812.
HSL color Cylindrical-coordinate representation of color #BCA89C: hue angle of 22.5º 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 #BCA89C is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 156 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.26 |
| HSL | 22.5º | 0.19% | 0.67% | - |
| HSV(B) | 22.5º | 0.17% | 0.74% | - |
| XYZ | 40.74 | 41.1 | 37.24 | - |
| YUV | 172.61 | 118.63 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 156 | 0 | 0.11 | 0.17 | 0.26 | 22.5 | 0.19 | 0.67 |
| Hex | BC | A8 | 9C | 0 | B | 11 | 1A | 16 | 13 | 43 |
| Octal | 274 | 250 | 234 | 0 | 13 | 21 | 32 | 26 | 23 | 103 |
| Binary | 10111100 | 10101000 | 10011100 | 0 | 1011 | 10001 | 11010 | 10110 | 10011 | 1000011 |
Color Harmonies of #BCA89C
Complementary color
Monochromatic Colors of #BCA89C
Black with #BCA89C
Text Example
Text Example
White with #BCA89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA89C; }
p { color: rgb(188,168,156); }
H1.HeaderClassName
{
color: #BCA89C;
}
.AnyTagClassName
{
color: #BCA89C;
}
</style>
background-color css
<style>
a { background-color: #BCA89C; }
a { background-color: rgb(188,168,156); }
div.DivClassName
{
background-color: #BCA89C;
}
.BgClassName
{
background-color: #BCA89C;
}
</style>
border-color css
<style>
span { border-color: #BCA89C; }
span { border-color: rgb(188,168,156); }
td.TdClassName
{
border-color: #BCA89C;
}
.TagClassName
{
border-color: #BCA89C;
}
</style>