Shades of Silk #BCABA1
Tints of Silk #BCABA1
RGB
CMYK
RGB Variations
Color information
#BCABA1 (or 0xBCABA1) is known color: Silk. HEX triplet: BC, AB and A1. RGB value is (188,171,161). Sum of RGB (Red+Green+Blue) = 188+171+161=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCABA1 is #43545E. Grayscale: #AFAFAF. Windows color (decimal): -4412511 or 10595260. OLE color: 10595260.
HSL color Cylindrical-coordinate representation of color #BCABA1: hue angle of 22.22º 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 #BCABA1 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 161 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.26 |
| HSL | 22.22º | 0.17% | 0.68% | - |
| HSV(B) | 22.22º | 0.14% | 0.74% | - |
| XYZ | 41.73 | 42.39 | 39.7 | - |
| YUV | 174.94 | 120.13 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 161 | 0 | 0.09 | 0.14 | 0.26 | 22.22 | 0.17 | 0.68 |
| Hex | BC | AB | A1 | 0 | 9 | E | 1A | 16 | 11 | 44 |
| Octal | 274 | 253 | 241 | 0 | 11 | 16 | 32 | 26 | 21 | 104 |
| Binary | 10111100 | 10101011 | 10100001 | 0 | 1001 | 1110 | 11010 | 10110 | 10001 | 1000100 |
Color Harmonies of #BCABA1
Complementary color
Monochromatic Colors of #BCABA1
Black with #BCABA1
Text Example
Text Example
White with #BCABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCABA1; }
p { color: rgb(188,171,161); }
H1.HeaderClassName
{
color: #BCABA1;
}
.AnyTagClassName
{
color: #BCABA1;
}
</style>
background-color css
<style>
a { background-color: #BCABA1; }
a { background-color: rgb(188,171,161); }
div.DivClassName
{
background-color: #BCABA1;
}
.BgClassName
{
background-color: #BCABA1;
}
</style>
border-color css
<style>
span { border-color: #BCABA1; }
span { border-color: rgb(188,171,161); }
td.TdClassName
{
border-color: #BCABA1;
}
.TagClassName
{
border-color: #BCABA1;
}
</style>