Shades of Silk #BBAD9F
Tints of Silk #BBAD9F
RGB
CMYK
RGB Variations
Color information
#BBAD9F (or 0xBBAD9F) is known color: Silk. HEX triplet: BB, AD and 9F. RGB value is (187,173,159). Sum of RGB (Red+Green+Blue) = 187+173+159=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAD9F is #445260. Grayscale: #AFAFAF. Windows color (decimal): -4477537 or 10464699. OLE color: 10464699.
HSL color Cylindrical-coordinate representation of color #BBAD9F: hue angle of 30º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBAD9F is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 173 | 159 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.27 |
| HSL | 30º | 0.17% | 0.68% | - |
| HSV(B) | 30º | 0.15% | 0.73% | - |
| XYZ | 41.7 | 42.96 | 38.89 | - |
| YUV | 175.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 159 | 0 | 0.07 | 0.15 | 0.27 | 30 | 0.17 | 0.68 |
| Hex | BB | AD | 9F | 0 | 7 | F | 1B | 1E | 11 | 44 |
| Octal | 273 | 255 | 237 | 0 | 7 | 17 | 33 | 36 | 21 | 104 |
| Binary | 10111011 | 10101101 | 10011111 | 0 | 111 | 1111 | 11011 | 11110 | 10001 | 1000100 |
Color Harmonies of #BBAD9F
Complementary color
Monochromatic Colors of #BBAD9F
Black with #BBAD9F
Text Example
Text Example
White with #BBAD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAD9F; }
p { color: rgb(187,173,159); }
H1.HeaderClassName
{
color: #BBAD9F;
}
.AnyTagClassName
{
color: #BBAD9F;
}
</style>
background-color css
<style>
a { background-color: #BBAD9F; }
a { background-color: rgb(187,173,159); }
div.DivClassName
{
background-color: #BBAD9F;
}
.BgClassName
{
background-color: #BBAD9F;
}
</style>
border-color css
<style>
span { border-color: #BBAD9F; }
span { border-color: rgb(187,173,159); }
td.TdClassName
{
border-color: #BBAD9F;
}
.TagClassName
{
border-color: #BBAD9F;
}
</style>