Shades of Silk #BCA898
Tints of Silk #BCA898
RGB
CMYK
RGB Variations
Color information
#BCA898 (or 0xBCA898) is known color: Silk. HEX triplet: BC, A8 and 98. RGB value is (188,168,152). Sum of RGB (Red+Green+Blue) = 188+168+152=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA898 is #435767. Grayscale: #ACACAC. Windows color (decimal): -4413288 or 10004668. OLE color: 10004668.
HSL color Cylindrical-coordinate representation of color #BCA898: hue angle of 26.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCA898 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 152 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.26 |
| HSL | 26.67º | 0.21% | 0.67% | - |
| HSV(B) | 26.67º | 0.19% | 0.74% | - |
| XYZ | 40.41 | 40.96 | 35.48 | - |
| YUV | 172.16 | 116.63 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 152 | 0 | 0.11 | 0.19 | 0.26 | 26.67 | 0.21 | 0.67 |
| Hex | BC | A8 | 98 | 0 | B | 13 | 1A | 1B | 15 | 43 |
| Octal | 274 | 250 | 230 | 0 | 13 | 23 | 32 | 33 | 25 | 103 |
| Binary | 10111100 | 10101000 | 10011000 | 0 | 1011 | 10011 | 11010 | 11011 | 10101 | 1000011 |
Color Harmonies of #BCA898
Complementary color
Monochromatic Colors of #BCA898
Black with #BCA898
Text Example
Text Example
White with #BCA898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA898; }
p { color: rgb(188,168,152); }
H1.HeaderClassName
{
color: #BCA898;
}
.AnyTagClassName
{
color: #BCA898;
}
</style>
background-color css
<style>
a { background-color: #BCA898; }
a { background-color: rgb(188,168,152); }
div.DivClassName
{
background-color: #BCA898;
}
.BgClassName
{
background-color: #BCA898;
}
</style>
border-color css
<style>
span { border-color: #BCA898; }
span { border-color: rgb(188,168,152); }
td.TdClassName
{
border-color: #BCA898;
}
.TagClassName
{
border-color: #BCA898;
}
</style>