Shades of Silk #BDAF9E
Tints of Silk #BDAF9E
RGB
CMYK
RGB Variations
Color information
#BDAF9E (or 0xBDAF9E) is known color: Silk. HEX triplet: BD, AF and 9E. RGB value is (189,175,158). Sum of RGB (Red+Green+Blue) = 189+175+158=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF9E is #425061. Grayscale: #B1B1B1. Windows color (decimal): -4345954 or 10399677. OLE color: 10399677.
HSL color Cylindrical-coordinate representation of color #BDAF9E: hue angle of 32.9º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDAF9E is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 158 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.26 |
| HSL | 32.9º | 0.19% | 0.68% | - |
| HSV(B) | 32.9º | 0.16% | 0.74% | - |
| XYZ | 42.49 | 43.95 | 38.59 | - |
| YUV | 177.25 | 117.14 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 158 | 0 | 0.07 | 0.16 | 0.26 | 32.9 | 0.19 | 0.68 |
| Hex | BD | AF | 9E | 0 | 7 | 10 | 1A | 21 | 13 | 44 |
| Octal | 275 | 257 | 236 | 0 | 7 | 20 | 32 | 41 | 23 | 104 |
| Binary | 10111101 | 10101111 | 10011110 | 0 | 111 | 10000 | 11010 | 100001 | 10011 | 1000100 |
Color Harmonies of #BDAF9E
Complementary color
Monochromatic Colors of #BDAF9E
Black with #BDAF9E
Text Example
Text Example
White with #BDAF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF9E; }
p { color: rgb(189,175,158); }
H1.HeaderClassName
{
color: #BDAF9E;
}
.AnyTagClassName
{
color: #BDAF9E;
}
</style>
background-color css
<style>
a { background-color: #BDAF9E; }
a { background-color: rgb(189,175,158); }
div.DivClassName
{
background-color: #BDAF9E;
}
.BgClassName
{
background-color: #BDAF9E;
}
</style>
border-color css
<style>
span { border-color: #BDAF9E; }
span { border-color: rgb(189,175,158); }
td.TdClassName
{
border-color: #BDAF9E;
}
.TagClassName
{
border-color: #BDAF9E;
}
</style>