Shades of Silk #BCAB9C
Tints of Silk #BCAB9C
RGB
CMYK
RGB Variations
Color information
#BCAB9C (or 0xBCAB9C) is known color: Silk. HEX triplet: BC, AB and 9C. RGB value is (188,171,156). Sum of RGB (Red+Green+Blue) = 188+171+156=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB9C is #435463. Grayscale: #AEAEAE. Windows color (decimal): -4412516 or 10267580. OLE color: 10267580.
HSL color Cylindrical-coordinate representation of color #BCAB9C: hue angle of 28.12º 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 #BCAB9C is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 156 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.26 |
| HSL | 28.13º | 0.19% | 0.67% | - |
| HSV(B) | 28.13º | 0.17% | 0.74% | - |
| XYZ | 41.3 | 42.22 | 37.42 | - |
| YUV | 174.37 | 117.63 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 156 | 0 | 0.09 | 0.17 | 0.26 | 28.13 | 0.19 | 0.67 |
| Hex | BC | AB | 9C | 0 | 9 | 11 | 1A | 1C | 13 | 43 |
| Octal | 274 | 253 | 234 | 0 | 11 | 21 | 32 | 34 | 23 | 103 |
| Binary | 10111100 | 10101011 | 10011100 | 0 | 1001 | 10001 | 11010 | 11100 | 10011 | 1000011 |
Color Harmonies of #BCAB9C
Complementary color
Monochromatic Colors of #BCAB9C
Black with #BCAB9C
Text Example
Text Example
White with #BCAB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB9C; }
p { color: rgb(188,171,156); }
H1.HeaderClassName
{
color: #BCAB9C;
}
.AnyTagClassName
{
color: #BCAB9C;
}
</style>
background-color css
<style>
a { background-color: #BCAB9C; }
a { background-color: rgb(188,171,156); }
div.DivClassName
{
background-color: #BCAB9C;
}
.BgClassName
{
background-color: #BCAB9C;
}
</style>
border-color css
<style>
span { border-color: #BCAB9C; }
span { border-color: rgb(188,171,156); }
td.TdClassName
{
border-color: #BCAB9C;
}
.TagClassName
{
border-color: #BCAB9C;
}
</style>