Shades of Silk #BDAE9F
Tints of Silk #BDAE9F
RGB
CMYK
RGB Variations
Color information
#BDAE9F (or 0xBDAE9F) is known color: Silk. HEX triplet: BD, AE and 9F. RGB value is (189,174,159). Sum of RGB (Red+Green+Blue) = 189+174+159=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAE9F is #425160. Grayscale: #B0B0B0. Windows color (decimal): -4346209 or 10464957. OLE color: 10464957.
HSL color Cylindrical-coordinate representation of color #BDAE9F: hue angle of 30º 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 #BDAE9F is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 174 | 159 | - |
CMYK | 0 | 0.08 | 0.16 | 0.26 |
HSL | 30º | 0.19% | 0.68% | - |
HSV(B) | 30º | 0.16% | 0.74% | - |
XYZ | 42.38 | 43.59 | 38.98 | - |
YUV | 176.78 | 117.97 | 136.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 174 | 159 | 0 | 0.08 | 0.16 | 0.26 | 30 | 0.19 | 0.68 |
Hex | BD | AE | 9F | 0 | 8 | 10 | 1A | 1E | 13 | 44 |
Octal | 275 | 256 | 237 | 0 | 10 | 20 | 32 | 36 | 23 | 104 |
Binary | 10111101 | 10101110 | 10011111 | 0 | 1000 | 10000 | 11010 | 11110 | 10011 | 1000100 |
Color Harmonies of #BDAE9F
Complementary color
Monochromatic Colors of #BDAE9F
Black with #BDAE9F
Text Example
Text Example
White with #BDAE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAE9F; }
p { color: rgb(189,174,159); }
H1.HeaderClassName
{
color: #BDAE9F;
}
.AnyTagClassName
{
color: #BDAE9F;
}
</style>
background-color css
<style>
a { background-color: #BDAE9F; }
a { background-color: rgb(189,174,159); }
div.DivClassName
{
background-color: #BDAE9F;
}
.BgClassName
{
background-color: #BDAE9F;
}
</style>
border-color css
<style>
span { border-color: #BDAE9F; }
span { border-color: rgb(189,174,159); }
td.TdClassName
{
border-color: #BDAE9F;
}
.TagClassName
{
border-color: #BDAE9F;
}
</style>