Shades of Silk #BCAE9D
Tints of Silk #BCAE9D
RGB
CMYK
RGB Variations
Color information
#BCAE9D (or 0xBCAE9D) is known color: Silk. HEX triplet: BC, AE and 9D. RGB value is (188,174,157). Sum of RGB (Red+Green+Blue) = 188+174+157=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 157 (61.72% from 255 or 30.25% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAE9D is #435162. Grayscale: #B0B0B0. Windows color (decimal): -4411747 or 10333884. OLE color: 10333884.
HSL color Cylindrical-coordinate representation of color #BCAE9D: hue angle of 32.9º degrees, saturation: 0.19, 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 #BCAE9D is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 157 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.26 |
| HSL | 32.9º | 0.19% | 0.68% | - |
| HSV(B) | 32.9º | 0.16% | 0.74% | - |
| XYZ | 41.96 | 43.4 | 38.06 | - |
| YUV | 176.25 | 117.14 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 157 | 0 | 0.07 | 0.16 | 0.26 | 32.9 | 0.19 | 0.68 |
| Hex | BC | AE | 9D | 0 | 7 | 10 | 1A | 21 | 13 | 44 |
| Octal | 274 | 256 | 235 | 0 | 7 | 20 | 32 | 41 | 23 | 104 |
| Binary | 10111100 | 10101110 | 10011101 | 0 | 111 | 10000 | 11010 | 100001 | 10011 | 1000100 |
Color Harmonies of #BCAE9D
Complementary color
Monochromatic Colors of #BCAE9D
Black with #BCAE9D
Text Example
Text Example
White with #BCAE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE9D; }
p { color: rgb(188,174,157); }
H1.HeaderClassName
{
color: #BCAE9D;
}
.AnyTagClassName
{
color: #BCAE9D;
}
</style>
background-color css
<style>
a { background-color: #BCAE9D; }
a { background-color: rgb(188,174,157); }
div.DivClassName
{
background-color: #BCAE9D;
}
.BgClassName
{
background-color: #BCAE9D;
}
</style>
border-color css
<style>
span { border-color: #BCAE9D; }
span { border-color: rgb(188,174,157); }
td.TdClassName
{
border-color: #BCAE9D;
}
.TagClassName
{
border-color: #BCAE9D;
}
</style>