Shades of Silk #BCAA9B
Tints of Silk #BCAA9B
RGB
CMYK
RGB Variations
Color information
#BCAA9B (or 0xBCAA9B) is known color: Silk. HEX triplet: BC, AA and 9B. RGB value is (188,170,155). Sum of RGB (Red+Green+Blue) = 188+170+155=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAA9B is #435564. Grayscale: #ADADAD. Windows color (decimal): -4412773 or 10201788. OLE color: 10201788.
HSL color Cylindrical-coordinate representation of color #BCAA9B: hue angle of 27.27º 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 #BCAA9B is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 155 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.26 |
| HSL | 27.27º | 0.2% | 0.67% | - |
| HSV(B) | 27.27º | 0.18% | 0.74% | - |
| XYZ | 41.03 | 41.81 | 36.92 | - |
| YUV | 173.67 | 117.46 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 155 | 0 | 0.10 | 0.18 | 0.26 | 27.27 | 0.2 | 0.67 |
| Hex | BC | AA | 9B | 0 | A | 12 | 1A | 1B | 14 | 43 |
| Octal | 274 | 252 | 233 | 0 | 12 | 22 | 32 | 33 | 24 | 103 |
| Binary | 10111100 | 10101010 | 10011011 | 0 | 1010 | 10010 | 11010 | 11011 | 10100 | 1000011 |
Color Harmonies of #BCAA9B
Complementary color
Monochromatic Colors of #BCAA9B
Black with #BCAA9B
Text Example
Text Example
White with #BCAA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA9B; }
p { color: rgb(188,170,155); }
H1.HeaderClassName
{
color: #BCAA9B;
}
.AnyTagClassName
{
color: #BCAA9B;
}
</style>
background-color css
<style>
a { background-color: #BCAA9B; }
a { background-color: rgb(188,170,155); }
div.DivClassName
{
background-color: #BCAA9B;
}
.BgClassName
{
background-color: #BCAA9B;
}
</style>
border-color css
<style>
span { border-color: #BCAA9B; }
span { border-color: rgb(188,170,155); }
td.TdClassName
{
border-color: #BCAA9B;
}
.TagClassName
{
border-color: #BCAA9B;
}
</style>