Shades of Silk #BCADA3
Tints of Silk #BCADA3
RGB
CMYK
RGB Variations
Color information
#BCADA3 (or 0xBCADA3) is known color: Silk. HEX triplet: BC, AD and A3. RGB value is (188,173,163). Sum of RGB (Red+Green+Blue) = 188+173+163=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 163 (64.06% from 255 or 31.11% from 524); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCADA3 is #43525C. Grayscale: #B0B0B0. Windows color (decimal): -4411997 or 10726844. OLE color: 10726844.
HSL color Cylindrical-coordinate representation of color #BCADA3: hue angle of 24º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCADA3 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 163 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.26 |
| HSL | 24º | 0.16% | 0.69% | - |
| HSV(B) | 24º | 0.13% | 0.74% | - |
| XYZ | 42.29 | 43.22 | 40.76 | - |
| YUV | 176.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 163 | 0 | 0.08 | 0.13 | 0.26 | 24 | 0.16 | 0.69 |
| Hex | BC | AD | A3 | 0 | 8 | D | 1A | 18 | 10 | 45 |
| Octal | 274 | 255 | 243 | 0 | 10 | 15 | 32 | 30 | 20 | 105 |
| Binary | 10111100 | 10101101 | 10100011 | 0 | 1000 | 1101 | 11010 | 11000 | 10000 | 1000101 |
Color Harmonies of #BCADA3
Complementary color
Monochromatic Colors of #BCADA3
Black with #BCADA3
Text Example
Text Example
White with #BCADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCADA3; }
p { color: rgb(188,173,163); }
H1.HeaderClassName
{
color: #BCADA3;
}
.AnyTagClassName
{
color: #BCADA3;
}
</style>
background-color css
<style>
a { background-color: #BCADA3; }
a { background-color: rgb(188,173,163); }
div.DivClassName
{
background-color: #BCADA3;
}
.BgClassName
{
background-color: #BCADA3;
}
</style>
border-color css
<style>
span { border-color: #BCADA3; }
span { border-color: rgb(188,173,163); }
td.TdClassName
{
border-color: #BCADA3;
}
.TagClassName
{
border-color: #BCADA3;
}
</style>