Shades of Silk #BBAD9C
Tints of Silk #BBAD9C
RGB
CMYK
RGB Variations
Color information
#BBAD9C (or 0xBBAD9C) is known color: Silk. HEX triplet: BB, AD and 9C. RGB value is (187,173,156). Sum of RGB (Red+Green+Blue) = 187+173+156=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAD9C is #445263. Grayscale: #AFAFAF. Windows color (decimal): -4477540 or 10268091. OLE color: 10268091.
HSL color Cylindrical-coordinate representation of color #BBAD9C: hue angle of 32.9º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBAD9C is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 173 | 156 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.27 |
| HSL | 32.9º | 0.19% | 0.67% | - |
| HSV(B) | 32.9º | 0.17% | 0.73% | - |
| XYZ | 41.44 | 42.85 | 37.54 | - |
| YUV | 175.25 | 117.14 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 156 | 0 | 0.07 | 0.17 | 0.27 | 32.9 | 0.19 | 0.67 |
| Hex | BB | AD | 9C | 0 | 7 | 11 | 1B | 21 | 13 | 43 |
| Octal | 273 | 255 | 234 | 0 | 7 | 21 | 33 | 41 | 23 | 103 |
| Binary | 10111011 | 10101101 | 10011100 | 0 | 111 | 10001 | 11011 | 100001 | 10011 | 1000011 |
Color Harmonies of #BBAD9C
Complementary color
Monochromatic Colors of #BBAD9C
Black with #BBAD9C
Text Example
Text Example
White with #BBAD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAD9C; }
p { color: rgb(187,173,156); }
H1.HeaderClassName
{
color: #BBAD9C;
}
.AnyTagClassName
{
color: #BBAD9C;
}
</style>
background-color css
<style>
a { background-color: #BBAD9C; }
a { background-color: rgb(187,173,156); }
div.DivClassName
{
background-color: #BBAD9C;
}
.BgClassName
{
background-color: #BBAD9C;
}
</style>
border-color css
<style>
span { border-color: #BBAD9C; }
span { border-color: rgb(187,173,156); }
td.TdClassName
{
border-color: #BBAD9C;
}
.TagClassName
{
border-color: #BBAD9C;
}
</style>