Shades of Silk #BCAE9C
Tints of Silk #BCAE9C
RGB
CMYK
RGB Variations
Color information
#BCAE9C (or 0xBCAE9C) is known color: Silk. HEX triplet: BC, AE and 9C. RGB value is (188,174,156). Sum of RGB (Red+Green+Blue) = 188+174+156=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAE9C is #435163. Grayscale: #B0B0B0. Windows color (decimal): -4411748 or 10268348. OLE color: 10268348.
HSL color Cylindrical-coordinate representation of color #BCAE9C: hue angle of 33.75º 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 #BCAE9C is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 156 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.26 |
| HSL | 33.75º | 0.19% | 0.67% | - |
| HSV(B) | 33.75º | 0.17% | 0.74% | - |
| XYZ | 41.88 | 43.36 | 37.62 | - |
| YUV | 176.13 | 116.64 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 156 | 0 | 0.07 | 0.17 | 0.26 | 33.75 | 0.19 | 0.67 |
| Hex | BC | AE | 9C | 0 | 7 | 11 | 1A | 22 | 13 | 43 |
| Octal | 274 | 256 | 234 | 0 | 7 | 21 | 32 | 42 | 23 | 103 |
| Binary | 10111100 | 10101110 | 10011100 | 0 | 111 | 10001 | 11010 | 100010 | 10011 | 1000011 |
Color Harmonies of #BCAE9C
Complementary color
Monochromatic Colors of #BCAE9C
Black with #BCAE9C
Text Example
Text Example
White with #BCAE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE9C; }
p { color: rgb(188,174,156); }
H1.HeaderClassName
{
color: #BCAE9C;
}
.AnyTagClassName
{
color: #BCAE9C;
}
</style>
background-color css
<style>
a { background-color: #BCAE9C; }
a { background-color: rgb(188,174,156); }
div.DivClassName
{
background-color: #BCAE9C;
}
.BgClassName
{
background-color: #BCAE9C;
}
</style>
border-color css
<style>
span { border-color: #BCAE9C; }
span { border-color: rgb(188,174,156); }
td.TdClassName
{
border-color: #BCAE9C;
}
.TagClassName
{
border-color: #BCAE9C;
}
</style>