Shades of Silk #BDABA0
Tints of Silk #BDABA0
RGB
CMYK
RGB Variations
Color information
#BDABA0 (or 0xBDABA0) is known color: Silk. HEX triplet: BD, AB and A0. RGB value is (189,171,160). Sum of RGB (Red+Green+Blue) = 189+171+160=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 189 - color contains mainly: red. Hex color #BDABA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDABA0 is #42545F. Grayscale: #AFAFAF. Windows color (decimal): -4346976 or 10529725. OLE color: 10529725.
HSL color Cylindrical-coordinate representation of color #BDABA0: hue angle of 22.76º 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 #BDABA0 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 171 | 160 | - |
CMYK | 0 | 0.10 | 0.15 | 0.26 |
HSL | 22.76º | 0.18% | 0.68% | - |
HSV(B) | 22.76º | 0.15% | 0.74% | - |
XYZ | 41.89 | 42.48 | 39.25 | - |
YUV | 175.13 | 119.46 | 137.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 171 | 160 | 0 | 0.10 | 0.15 | 0.26 | 22.76 | 0.18 | 0.68 |
Hex | BD | AB | A0 | 0 | A | F | 1A | 17 | 12 | 44 |
Octal | 275 | 253 | 240 | 0 | 12 | 17 | 32 | 27 | 22 | 104 |
Binary | 10111101 | 10101011 | 10100000 | 0 | 1010 | 1111 | 11010 | 10111 | 10010 | 1000100 |
Color Harmonies of #BDABA0
Complementary color
Monochromatic Colors of #BDABA0
Black with #BDABA0
Text Example
Text Example
White with #BDABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDABA0; }
p { color: rgb(189,171,160); }
H1.HeaderClassName
{
color: #BDABA0;
}
.AnyTagClassName
{
color: #BDABA0;
}
</style>
background-color css
<style>
a { background-color: #BDABA0; }
a { background-color: rgb(189,171,160); }
div.DivClassName
{
background-color: #BDABA0;
}
.BgClassName
{
background-color: #BDABA0;
}
</style>
border-color css
<style>
span { border-color: #BDABA0; }
span { border-color: rgb(189,171,160); }
td.TdClassName
{
border-color: #BDABA0;
}
.TagClassName
{
border-color: #BDABA0;
}
</style>