Shades of Silk #BDB0A1
Tints of Silk #BDB0A1
RGB
CMYK
RGB Variations
Color information
#BDB0A1 (or 0xBDB0A1) is known color: Silk. HEX triplet: BD, B0 and A1. RGB value is (189,176,161). Sum of RGB (Red+Green+Blue) = 189+176+161=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB0A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB0A1 is #424F5E. Grayscale: #B2B2B2. Windows color (decimal): -4345695 or 10596541. OLE color: 10596541.
HSL color Cylindrical-coordinate representation of color #BDB0A1: hue angle of 32.14º 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 #BDB0A1 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 161 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.26 |
| HSL | 32.14º | 0.18% | 0.69% | - |
| HSV(B) | 32.14º | 0.15% | 0.74% | - |
| XYZ | 42.94 | 44.44 | 40.03 | - |
| YUV | 178.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 161 | 0 | 0.07 | 0.15 | 0.26 | 32.14 | 0.18 | 0.69 |
| Hex | BD | B0 | A1 | 0 | 7 | F | 1A | 20 | 12 | 45 |
| Octal | 275 | 260 | 241 | 0 | 7 | 17 | 32 | 40 | 22 | 105 |
| Binary | 10111101 | 10110000 | 10100001 | 0 | 111 | 1111 | 11010 | 100000 | 10010 | 1000101 |
Color Harmonies of #BDB0A1
Complementary color
Monochromatic Colors of #BDB0A1
Black with #BDB0A1
Text Example
Text Example
White with #BDB0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB0A1; }
p { color: rgb(189,176,161); }
H1.HeaderClassName
{
color: #BDB0A1;
}
.AnyTagClassName
{
color: #BDB0A1;
}
</style>
background-color css
<style>
a { background-color: #BDB0A1; }
a { background-color: rgb(189,176,161); }
div.DivClassName
{
background-color: #BDB0A1;
}
.BgClassName
{
background-color: #BDB0A1;
}
</style>
border-color css
<style>
span { border-color: #BDB0A1; }
span { border-color: rgb(189,176,161); }
td.TdClassName
{
border-color: #BDB0A1;
}
.TagClassName
{
border-color: #BDB0A1;
}
</style>