Shades of Silk #BCADA1
Tints of Silk #BCADA1
RGB
CMYK
RGB Variations
Color information
#BCADA1 (or 0xBCADA1) is known color: Silk. HEX triplet: BC, AD and A1. RGB value is (188,173,161). Sum of RGB (Red+Green+Blue) = 188+173+161=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 161 (63.28% from 255 or 30.84% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCADA1 is #43525E. Grayscale: #B0B0B0. Windows color (decimal): -4411999 or 10595772. OLE color: 10595772.
HSL color Cylindrical-coordinate representation of color #BCADA1: hue angle of 26.67º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCADA1 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 161 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.26 |
| HSL | 26.67º | 0.17% | 0.68% | - |
| HSV(B) | 26.67º | 0.14% | 0.74% | - |
| XYZ | 42.12 | 43.15 | 39.83 | - |
| YUV | 176.12 | 119.47 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 161 | 0 | 0.08 | 0.14 | 0.26 | 26.67 | 0.17 | 0.68 |
| Hex | BC | AD | A1 | 0 | 8 | E | 1A | 1B | 11 | 44 |
| Octal | 274 | 255 | 241 | 0 | 10 | 16 | 32 | 33 | 21 | 104 |
| Binary | 10111100 | 10101101 | 10100001 | 0 | 1000 | 1110 | 11010 | 11011 | 10001 | 1000100 |
Color Harmonies of #BCADA1
Complementary color
Monochromatic Colors of #BCADA1
Black with #BCADA1
Text Example
Text Example
White with #BCADA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCADA1; }
p { color: rgb(188,173,161); }
H1.HeaderClassName
{
color: #BCADA1;
}
.AnyTagClassName
{
color: #BCADA1;
}
</style>
background-color css
<style>
a { background-color: #BCADA1; }
a { background-color: rgb(188,173,161); }
div.DivClassName
{
background-color: #BCADA1;
}
.BgClassName
{
background-color: #BCADA1;
}
</style>
border-color css
<style>
span { border-color: #BCADA1; }
span { border-color: rgb(188,173,161); }
td.TdClassName
{
border-color: #BCADA1;
}
.TagClassName
{
border-color: #BCADA1;
}
</style>