Shades of Silk #BCA892
Tints of Silk #BCA892
RGB
CMYK
RGB Variations
Color information
#BCA892 (or 0xBCA892) is known color: Silk. HEX triplet: BC, A8 and 92. RGB value is (188,168,146). Sum of RGB (Red+Green+Blue) = 188+168+146=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA892 is #43576D. Grayscale: #ABABAB. Windows color (decimal): -4413294 or 9611452. OLE color: 9611452.
HSL color Cylindrical-coordinate representation of color #BCA892: hue angle of 31.43º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCA892 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 146 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.26 |
| HSL | 31.43º | 0.24% | 0.65% | - |
| HSV(B) | 31.43º | 0.22% | 0.74% | - |
| XYZ | 39.93 | 40.77 | 32.96 | - |
| YUV | 171.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 146 | 0 | 0.11 | 0.22 | 0.26 | 31.43 | 0.24 | 0.65 |
| Hex | BC | A8 | 92 | 0 | B | 16 | 1A | 1F | 18 | 41 |
| Octal | 274 | 250 | 222 | 0 | 13 | 26 | 32 | 37 | 30 | 101 |
| Binary | 10111100 | 10101000 | 10010010 | 0 | 1011 | 10110 | 11010 | 11111 | 11000 | 1000001 |
Color Harmonies of #BCA892
Complementary color
Monochromatic Colors of #BCA892
Black with #BCA892
Text Example
Text Example
White with #BCA892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA892; }
p { color: rgb(188,168,146); }
H1.HeaderClassName
{
color: #BCA892;
}
.AnyTagClassName
{
color: #BCA892;
}
</style>
background-color css
<style>
a { background-color: #BCA892; }
a { background-color: rgb(188,168,146); }
div.DivClassName
{
background-color: #BCA892;
}
.BgClassName
{
background-color: #BCA892;
}
</style>
border-color css
<style>
span { border-color: #BCA892; }
span { border-color: rgb(188,168,146); }
td.TdClassName
{
border-color: #BCA892;
}
.TagClassName
{
border-color: #BCA892;
}
</style>