Shades of Silk #BDABA1
Tints of Silk #BDABA1
RGB
CMYK
RGB Variations
Color information
#BDABA1 (or 0xBDABA1) is known color: Silk. HEX triplet: BD, AB and A1. RGB value is (189,171,161). Sum of RGB (Red+Green+Blue) = 189+171+161=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BDABA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDABA1 is #42545E. Grayscale: #AFAFAF. Windows color (decimal): -4346975 or 10595261. OLE color: 10595261.
HSL color Cylindrical-coordinate representation of color #BDABA1: hue angle of 21.43º 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 #BDABA1 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 161 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.26 |
| HSL | 21.43º | 0.18% | 0.69% | - |
| HSV(B) | 21.43º | 0.15% | 0.74% | - |
| XYZ | 41.98 | 42.52 | 39.71 | - |
| YUV | 175.24 | 119.96 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 161 | 0 | 0.10 | 0.15 | 0.26 | 21.43 | 0.18 | 0.69 |
| Hex | BD | AB | A1 | 0 | A | F | 1A | 15 | 12 | 45 |
| Octal | 275 | 253 | 241 | 0 | 12 | 17 | 32 | 25 | 22 | 105 |
| Binary | 10111101 | 10101011 | 10100001 | 0 | 1010 | 1111 | 11010 | 10101 | 10010 | 1000101 |
Color Harmonies of #BDABA1
Complementary color
Monochromatic Colors of #BDABA1
Black with #BDABA1
Text Example
Text Example
White with #BDABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDABA1; }
p { color: rgb(189,171,161); }
H1.HeaderClassName
{
color: #BDABA1;
}
.AnyTagClassName
{
color: #BDABA1;
}
</style>
background-color css
<style>
a { background-color: #BDABA1; }
a { background-color: rgb(189,171,161); }
div.DivClassName
{
background-color: #BDABA1;
}
.BgClassName
{
background-color: #BDABA1;
}
</style>
border-color css
<style>
span { border-color: #BDABA1; }
span { border-color: rgb(189,171,161); }
td.TdClassName
{
border-color: #BDABA1;
}
.TagClassName
{
border-color: #BDABA1;
}
</style>