Shades of Silk #BCAA9F
Tints of Silk #BCAA9F
RGB
CMYK
RGB Variations
Color information
#BCAA9F (or 0xBCAA9F) is known color: Silk. HEX triplet: BC, AA and 9F. RGB value is (188,170,159). Sum of RGB (Red+Green+Blue) = 188+170+159=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAA9F is #435560. Grayscale: #AEAEAE. Windows color (decimal): -4412769 or 10463932. OLE color: 10463932.
HSL color Cylindrical-coordinate representation of color #BCAA9F: hue angle of 22.76º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCAA9F is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 159 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.26 |
| HSL | 22.76º | 0.18% | 0.68% | - |
| HSV(B) | 22.76º | 0.15% | 0.74% | - |
| XYZ | 41.37 | 41.94 | 38.72 | - |
| YUV | 174.13 | 119.46 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 159 | 0 | 0.10 | 0.15 | 0.26 | 22.76 | 0.18 | 0.68 |
| Hex | BC | AA | 9F | 0 | A | F | 1A | 17 | 12 | 44 |
| Octal | 274 | 252 | 237 | 0 | 12 | 17 | 32 | 27 | 22 | 104 |
| Binary | 10111100 | 10101010 | 10011111 | 0 | 1010 | 1111 | 11010 | 10111 | 10010 | 1000100 |
Color Harmonies of #BCAA9F
Complementary color
Monochromatic Colors of #BCAA9F
Black with #BCAA9F
Text Example
Text Example
White with #BCAA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA9F; }
p { color: rgb(188,170,159); }
H1.HeaderClassName
{
color: #BCAA9F;
}
.AnyTagClassName
{
color: #BCAA9F;
}
</style>
background-color css
<style>
a { background-color: #BCAA9F; }
a { background-color: rgb(188,170,159); }
div.DivClassName
{
background-color: #BCAA9F;
}
.BgClassName
{
background-color: #BCAA9F;
}
</style>
border-color css
<style>
span { border-color: #BCAA9F; }
span { border-color: rgb(188,170,159); }
td.TdClassName
{
border-color: #BCAA9F;
}
.TagClassName
{
border-color: #BCAA9F;
}
</style>