Shades of Silk #BCAEA5
Tints of Silk #BCAEA5
RGB
CMYK
RGB Variations
Color information
#BCAEA5 (or 0xBCAEA5) is known color: Silk. HEX triplet: BC, AE and A5. RGB value is (188,174,165). Sum of RGB (Red+Green+Blue) = 188+174+165=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 165 (64.84% from 255 or 31.31% from 527); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAEA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAEA5 is #43515A. Grayscale: #B1B1B1. Windows color (decimal): -4411739 or 10858172. OLE color: 10858172.
HSL color Cylindrical-coordinate representation of color #BCAEA5: hue angle of 23.48º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCAEA5 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 165 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.26 |
| HSL | 23.48º | 0.15% | 0.69% | - |
| HSV(B) | 23.48º | 0.12% | 0.74% | - |
| XYZ | 42.67 | 43.68 | 41.78 | - |
| YUV | 177.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 165 | 0 | 0.07 | 0.12 | 0.26 | 23.48 | 0.15 | 0.69 |
| Hex | BC | AE | A5 | 0 | 7 | C | 1A | 17 | F | 45 |
| Octal | 274 | 256 | 245 | 0 | 7 | 14 | 32 | 27 | 17 | 105 |
| Binary | 10111100 | 10101110 | 10100101 | 0 | 111 | 1100 | 11010 | 10111 | 1111 | 1000101 |
Color Harmonies of #BCAEA5
Complementary color
Monochromatic Colors of #BCAEA5
Black with #BCAEA5
Text Example
Text Example
White with #BCAEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAEA5; }
p { color: rgb(188,174,165); }
H1.HeaderClassName
{
color: #BCAEA5;
}
.AnyTagClassName
{
color: #BCAEA5;
}
</style>
background-color css
<style>
a { background-color: #BCAEA5; }
a { background-color: rgb(188,174,165); }
div.DivClassName
{
background-color: #BCAEA5;
}
.BgClassName
{
background-color: #BCAEA5;
}
</style>
border-color css
<style>
span { border-color: #BCAEA5; }
span { border-color: rgb(188,174,165); }
td.TdClassName
{
border-color: #BCAEA5;
}
.TagClassName
{
border-color: #BCAEA5;
}
</style>