Shades of Silk #BCAE9F
Tints of Silk #BCAE9F
RGB
CMYK
RGB Variations
Color information
#BCAE9F (or 0xBCAE9F) is known color: Silk. HEX triplet: BC, AE and 9F. RGB value is (188,174,159). Sum of RGB (Red+Green+Blue) = 188+174+159=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 159 (62.5% from 255 or 30.52% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAE9F is #435160. Grayscale: #B0B0B0. Windows color (decimal): -4411745 or 10464956. OLE color: 10464956.
HSL color Cylindrical-coordinate representation of color #BCAE9F: hue angle of 31.03º 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 #BCAE9F is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 159 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.26 |
| HSL | 31.03º | 0.18% | 0.68% | - |
| HSV(B) | 31.03º | 0.15% | 0.74% | - |
| XYZ | 42.13 | 43.47 | 38.97 | - |
| YUV | 176.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 159 | 0 | 0.07 | 0.15 | 0.26 | 31.03 | 0.18 | 0.68 |
| Hex | BC | AE | 9F | 0 | 7 | F | 1A | 1F | 12 | 44 |
| Octal | 274 | 256 | 237 | 0 | 7 | 17 | 32 | 37 | 22 | 104 |
| Binary | 10111100 | 10101110 | 10011111 | 0 | 111 | 1111 | 11010 | 11111 | 10010 | 1000100 |
Color Harmonies of #BCAE9F
Complementary color
Monochromatic Colors of #BCAE9F
Black with #BCAE9F
Text Example
Text Example
White with #BCAE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE9F; }
p { color: rgb(188,174,159); }
H1.HeaderClassName
{
color: #BCAE9F;
}
.AnyTagClassName
{
color: #BCAE9F;
}
</style>
background-color css
<style>
a { background-color: #BCAE9F; }
a { background-color: rgb(188,174,159); }
div.DivClassName
{
background-color: #BCAE9F;
}
.BgClassName
{
background-color: #BCAE9F;
}
</style>
border-color css
<style>
span { border-color: #BCAE9F; }
span { border-color: rgb(188,174,159); }
td.TdClassName
{
border-color: #BCAE9F;
}
.TagClassName
{
border-color: #BCAE9F;
}
</style>