Shades of Silk #BDACA1
Tints of Silk #BDACA1
RGB
CMYK
RGB Variations
Color information
#BDACA1 (or 0xBDACA1) is known color: Silk. HEX triplet: BD, AC and A1. RGB value is (189,172,161). Sum of RGB (Red+Green+Blue) = 189+172+161=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 161 (63.28% from 255 or 30.84% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BDACA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDACA1 is #42535E. Grayscale: #AFAFAF. Windows color (decimal): -4346719 or 10595517. OLE color: 10595517.
HSL color Cylindrical-coordinate representation of color #BDACA1: hue angle of 23.57º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDACA1 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 172 | 161 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.26 |
| HSL | 23.57º | 0.18% | 0.69% | - |
| HSV(B) | 23.57º | 0.15% | 0.74% | - |
| XYZ | 42.17 | 42.9 | 39.78 | - |
| YUV | 175.83 | 119.63 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 161 | 0 | 0.09 | 0.15 | 0.26 | 23.57 | 0.18 | 0.69 |
| Hex | BD | AC | A1 | 0 | 9 | F | 1A | 18 | 12 | 45 |
| Octal | 275 | 254 | 241 | 0 | 11 | 17 | 32 | 30 | 22 | 105 |
| Binary | 10111101 | 10101100 | 10100001 | 0 | 1001 | 1111 | 11010 | 11000 | 10010 | 1000101 |
Color Harmonies of #BDACA1
Complementary color
Monochromatic Colors of #BDACA1
Black with #BDACA1
Text Example
Text Example
White with #BDACA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDACA1; }
p { color: rgb(189,172,161); }
H1.HeaderClassName
{
color: #BDACA1;
}
.AnyTagClassName
{
color: #BDACA1;
}
</style>
background-color css
<style>
a { background-color: #BDACA1; }
a { background-color: rgb(189,172,161); }
div.DivClassName
{
background-color: #BDACA1;
}
.BgClassName
{
background-color: #BDACA1;
}
</style>
border-color css
<style>
span { border-color: #BDACA1; }
span { border-color: rgb(189,172,161); }
td.TdClassName
{
border-color: #BDACA1;
}
.TagClassName
{
border-color: #BDACA1;
}
</style>