Shades of Silk #BBAB9B
Tints of Silk #BBAB9B
RGB
CMYK
RGB Variations
Color information
#BBAB9B (or 0xBBAB9B) is known color: Silk. HEX triplet: BB, AB and 9B. RGB value is (187,171,155). Sum of RGB (Red+Green+Blue) = 187+171+155=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB9B is #445464. Grayscale: #AEAEAE. Windows color (decimal): -4478053 or 10202043. OLE color: 10202043.
HSL color Cylindrical-coordinate representation of color #BBAB9B: hue angle of 30º 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 #BBAB9B is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 155 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.27 |
| HSL | 30º | 0.19% | 0.67% | - |
| HSV(B) | 30º | 0.17% | 0.73% | - |
| XYZ | 40.97 | 42.06 | 36.97 | - |
| YUV | 173.96 | 117.3 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 155 | 0 | 0.09 | 0.17 | 0.27 | 30 | 0.19 | 0.67 |
| Hex | BB | AB | 9B | 0 | 9 | 11 | 1B | 1E | 13 | 43 |
| Octal | 273 | 253 | 233 | 0 | 11 | 21 | 33 | 36 | 23 | 103 |
| Binary | 10111011 | 10101011 | 10011011 | 0 | 1001 | 10001 | 11011 | 11110 | 10011 | 1000011 |
Color Harmonies of #BBAB9B
Complementary color
Monochromatic Colors of #BBAB9B
Black with #BBAB9B
Text Example
Text Example
White with #BBAB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB9B; }
p { color: rgb(187,171,155); }
H1.HeaderClassName
{
color: #BBAB9B;
}
.AnyTagClassName
{
color: #BBAB9B;
}
</style>
background-color css
<style>
a { background-color: #BBAB9B; }
a { background-color: rgb(187,171,155); }
div.DivClassName
{
background-color: #BBAB9B;
}
.BgClassName
{
background-color: #BBAB9B;
}
</style>
border-color css
<style>
span { border-color: #BBAB9B; }
span { border-color: rgb(187,171,155); }
td.TdClassName
{
border-color: #BBAB9B;
}
.TagClassName
{
border-color: #BBAB9B;
}
</style>