Shades of Silk #BCAEA0
Tints of Silk #BCAEA0
RGB
CMYK
RGB Variations
Color information
#BCAEA0 (or 0xBCAEA0) is known color: Silk. HEX triplet: BC, AE and A0. RGB value is (188,174,160). Sum of RGB (Red+Green+Blue) = 188+174+160=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAEA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAEA0 is #43515F. Grayscale: #B0B0B0. Windows color (decimal): -4411744 or 10530492. OLE color: 10530492.
HSL color Cylindrical-coordinate representation of color #BCAEA0: hue angle of 30º degrees, saturation: 0.17, 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 #BCAEA0 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 160 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.26 |
| HSL | 30º | 0.17% | 0.68% | - |
| HSV(B) | 30º | 0.15% | 0.74% | - |
| XYZ | 42.22 | 43.5 | 39.43 | - |
| YUV | 176.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 160 | 0 | 0.07 | 0.15 | 0.26 | 30 | 0.17 | 0.68 |
| Hex | BC | AE | A0 | 0 | 7 | F | 1A | 1E | 11 | 44 |
| Octal | 274 | 256 | 240 | 0 | 7 | 17 | 32 | 36 | 21 | 104 |
| Binary | 10111100 | 10101110 | 10100000 | 0 | 111 | 1111 | 11010 | 11110 | 10001 | 1000100 |
Color Harmonies of #BCAEA0
Complementary color
Monochromatic Colors of #BCAEA0
Black with #BCAEA0
Text Example
Text Example
White with #BCAEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAEA0; }
p { color: rgb(188,174,160); }
H1.HeaderClassName
{
color: #BCAEA0;
}
.AnyTagClassName
{
color: #BCAEA0;
}
</style>
background-color css
<style>
a { background-color: #BCAEA0; }
a { background-color: rgb(188,174,160); }
div.DivClassName
{
background-color: #BCAEA0;
}
.BgClassName
{
background-color: #BCAEA0;
}
</style>
border-color css
<style>
span { border-color: #BCAEA0; }
span { border-color: rgb(188,174,160); }
td.TdClassName
{
border-color: #BCAEA0;
}
.TagClassName
{
border-color: #BCAEA0;
}
</style>