Shades of Silk #BBAD9D
Tints of Silk #BBAD9D
RGB
CMYK
RGB Variations
Color information
#BBAD9D (or 0xBBAD9D) is known color: Silk. HEX triplet: BB, AD and 9D. RGB value is (187,173,157). Sum of RGB (Red+Green+Blue) = 187+173+157=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAD9D is #445262. Grayscale: #AFAFAF. Windows color (decimal): -4477539 or 10333627. OLE color: 10333627.
HSL color Cylindrical-coordinate representation of color #BBAD9D: hue angle of 32º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBAD9D is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 173 | 157 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.27 |
| HSL | 32º | 0.18% | 0.67% | - |
| HSV(B) | 32º | 0.16% | 0.73% | - |
| XYZ | 41.52 | 42.89 | 37.99 | - |
| YUV | 175.36 | 117.64 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 157 | 0 | 0.07 | 0.16 | 0.27 | 32 | 0.18 | 0.67 |
| Hex | BB | AD | 9D | 0 | 7 | 10 | 1B | 20 | 12 | 43 |
| Octal | 273 | 255 | 235 | 0 | 7 | 20 | 33 | 40 | 22 | 103 |
| Binary | 10111011 | 10101101 | 10011101 | 0 | 111 | 10000 | 11011 | 100000 | 10010 | 1000011 |
Color Harmonies of #BBAD9D
Complementary color
Monochromatic Colors of #BBAD9D
Black with #BBAD9D
Text Example
Text Example
White with #BBAD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAD9D; }
p { color: rgb(187,173,157); }
H1.HeaderClassName
{
color: #BBAD9D;
}
.AnyTagClassName
{
color: #BBAD9D;
}
</style>
background-color css
<style>
a { background-color: #BBAD9D; }
a { background-color: rgb(187,173,157); }
div.DivClassName
{
background-color: #BBAD9D;
}
.BgClassName
{
background-color: #BBAD9D;
}
</style>
border-color css
<style>
span { border-color: #BBAD9D; }
span { border-color: rgb(187,173,157); }
td.TdClassName
{
border-color: #BBAD9D;
}
.TagClassName
{
border-color: #BBAD9D;
}
</style>