Shades of Silk #BCADA4
Tints of Silk #BCADA4
RGB
CMYK
RGB Variations
Color information
#BCADA4 (or 0xBCADA4) is known color: Silk. HEX triplet: BC, AD and A4. RGB value is (188,173,164). Sum of RGB (Red+Green+Blue) = 188+173+164=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 164 (64.45% from 255 or 31.24% from 525); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCADA4 is #43525B. Grayscale: #B0B0B0. Windows color (decimal): -4411996 or 10792380. OLE color: 10792380.
HSL color Cylindrical-coordinate representation of color #BCADA4: hue angle of 22.5º degrees, saturation: 0.15, 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 #BCADA4 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 164 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.26 |
| HSL | 22.5º | 0.15% | 0.69% | - |
| HSV(B) | 22.5º | 0.13% | 0.74% | - |
| XYZ | 42.38 | 43.26 | 41.24 | - |
| YUV | 176.46 | 120.97 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 164 | 0 | 0.08 | 0.13 | 0.26 | 22.5 | 0.15 | 0.69 |
| Hex | BC | AD | A4 | 0 | 8 | D | 1A | 16 | F | 45 |
| Octal | 274 | 255 | 244 | 0 | 10 | 15 | 32 | 26 | 17 | 105 |
| Binary | 10111100 | 10101101 | 10100100 | 0 | 1000 | 1101 | 11010 | 10110 | 1111 | 1000101 |
Color Harmonies of #BCADA4
Complementary color
Monochromatic Colors of #BCADA4
Black with #BCADA4
Text Example
Text Example
White with #BCADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCADA4; }
p { color: rgb(188,173,164); }
H1.HeaderClassName
{
color: #BCADA4;
}
.AnyTagClassName
{
color: #BCADA4;
}
</style>
background-color css
<style>
a { background-color: #BCADA4; }
a { background-color: rgb(188,173,164); }
div.DivClassName
{
background-color: #BCADA4;
}
.BgClassName
{
background-color: #BCADA4;
}
</style>
border-color css
<style>
span { border-color: #BCADA4; }
span { border-color: rgb(188,173,164); }
td.TdClassName
{
border-color: #BCADA4;
}
.TagClassName
{
border-color: #BCADA4;
}
</style>