Shades of Silk #BDAAA0
Tints of Silk #BDAAA0
RGB
CMYK
RGB Variations
Color information
#BDAAA0 (or 0xBDAAA0) is known color: Silk. HEX triplet: BD, AA and A0. RGB value is (189,170,160). Sum of RGB (Red+Green+Blue) = 189+170+160=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAAA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAAA0 is #42555F. Grayscale: #AEAEAE. Windows color (decimal): -4347232 or 10529469. OLE color: 10529469.
HSL color Cylindrical-coordinate representation of color #BDAAA0: hue angle of 20.69º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDAAA0 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 170 | 160 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.26 |
| HSL | 20.69º | 0.18% | 0.68% | - |
| HSV(B) | 20.69º | 0.15% | 0.74% | - |
| XYZ | 41.71 | 42.11 | 39.19 | - |
| YUV | 174.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 170 | 160 | 0 | 0.10 | 0.15 | 0.26 | 20.69 | 0.18 | 0.68 |
| Hex | BD | AA | A0 | 0 | A | F | 1A | 15 | 12 | 44 |
| Octal | 275 | 252 | 240 | 0 | 12 | 17 | 32 | 25 | 22 | 104 |
| Binary | 10111101 | 10101010 | 10100000 | 0 | 1010 | 1111 | 11010 | 10101 | 10010 | 1000100 |
Color Harmonies of #BDAAA0
Complementary color
Monochromatic Colors of #BDAAA0
Black with #BDAAA0
Text Example
Text Example
White with #BDAAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAAA0; }
p { color: rgb(189,170,160); }
H1.HeaderClassName
{
color: #BDAAA0;
}
.AnyTagClassName
{
color: #BDAAA0;
}
</style>
background-color css
<style>
a { background-color: #BDAAA0; }
a { background-color: rgb(189,170,160); }
div.DivClassName
{
background-color: #BDAAA0;
}
.BgClassName
{
background-color: #BDAAA0;
}
</style>
border-color css
<style>
span { border-color: #BDAAA0; }
span { border-color: rgb(189,170,160); }
td.TdClassName
{
border-color: #BDAAA0;
}
.TagClassName
{
border-color: #BDAAA0;
}
</style>