Shades of Silk #BCA99E
Tints of Silk #BCA99E
RGB
CMYK
RGB Variations
Color information
#BCA99E (or 0xBCA99E) is known color: Silk. HEX triplet: BC, A9 and 9E. RGB value is (188,169,158). Sum of RGB (Red+Green+Blue) = 188+169+158=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 169 (66.41% from 255 or 32.82% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA99E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA99E is #435661. Grayscale: #ADADAD. Windows color (decimal): -4413026 or 10398140. OLE color: 10398140.
HSL color Cylindrical-coordinate representation of color #BCA99E: hue angle of 22º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCA99E is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 169 | 158 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.26 |
| HSL | 22º | 0.18% | 0.68% | - |
| HSV(B) | 22º | 0.16% | 0.74% | - |
| XYZ | 41.1 | 41.54 | 38.2 | - |
| YUV | 173.43 | 119.29 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 169 | 158 | 0 | 0.10 | 0.16 | 0.26 | 22 | 0.18 | 0.68 |
| Hex | BC | A9 | 9E | 0 | A | 10 | 1A | 16 | 12 | 44 |
| Octal | 274 | 251 | 236 | 0 | 12 | 20 | 32 | 26 | 22 | 104 |
| Binary | 10111100 | 10101001 | 10011110 | 0 | 1010 | 10000 | 11010 | 10110 | 10010 | 1000100 |
Color Harmonies of #BCA99E
Complementary color
Monochromatic Colors of #BCA99E
Black with #BCA99E
Text Example
Text Example
White with #BCA99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA99E; }
p { color: rgb(188,169,158); }
H1.HeaderClassName
{
color: #BCA99E;
}
.AnyTagClassName
{
color: #BCA99E;
}
</style>
background-color css
<style>
a { background-color: #BCA99E; }
a { background-color: rgb(188,169,158); }
div.DivClassName
{
background-color: #BCA99E;
}
.BgClassName
{
background-color: #BCA99E;
}
</style>
border-color css
<style>
span { border-color: #BCA99E; }
span { border-color: rgb(188,169,158); }
td.TdClassName
{
border-color: #BCA99E;
}
.TagClassName
{
border-color: #BCA99E;
}
</style>