Shades of Silk #BCAB9A
Tints of Silk #BCAB9A
RGB
CMYK
RGB Variations
Color information
#BCAB9A (or 0xBCAB9A) is known color: Silk. HEX triplet: BC, AB and 9A. RGB value is (188,171,154). Sum of RGB (Red+Green+Blue) = 188+171+154=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB9A is #435465. Grayscale: #AEAEAE. Windows color (decimal): -4412518 or 10136508. OLE color: 10136508.
HSL color Cylindrical-coordinate representation of color #BCAB9A: hue angle of 30º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCAB9A is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 154 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.26 |
| HSL | 30º | 0.2% | 0.67% | - |
| HSV(B) | 30º | 0.18% | 0.74% | - |
| XYZ | 41.13 | 42.15 | 36.54 | - |
| YUV | 174.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 154 | 0 | 0.09 | 0.18 | 0.26 | 30 | 0.2 | 0.67 |
| Hex | BC | AB | 9A | 0 | 9 | 12 | 1A | 1E | 14 | 43 |
| Octal | 274 | 253 | 232 | 0 | 11 | 22 | 32 | 36 | 24 | 103 |
| Binary | 10111100 | 10101011 | 10011010 | 0 | 1001 | 10010 | 11010 | 11110 | 10100 | 1000011 |
Color Harmonies of #BCAB9A
Complementary color
Monochromatic Colors of #BCAB9A
Black with #BCAB9A
Text Example
Text Example
White with #BCAB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB9A; }
p { color: rgb(188,171,154); }
H1.HeaderClassName
{
color: #BCAB9A;
}
.AnyTagClassName
{
color: #BCAB9A;
}
</style>
background-color css
<style>
a { background-color: #BCAB9A; }
a { background-color: rgb(188,171,154); }
div.DivClassName
{
background-color: #BCAB9A;
}
.BgClassName
{
background-color: #BCAB9A;
}
</style>
border-color css
<style>
span { border-color: #BCAB9A; }
span { border-color: rgb(188,171,154); }
td.TdClassName
{
border-color: #BCAB9A;
}
.TagClassName
{
border-color: #BCAB9A;
}
</style>