Shades of Silk #BBAB99
Tints of Silk #BBAB99
RGB
CMYK
RGB Variations
Color information
#BBAB99 (or 0xBBAB99) is known color: Silk. HEX triplet: BB, AB and 99. RGB value is (187,171,153). Sum of RGB (Red+Green+Blue) = 187+171+153=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB99 is #445466. Grayscale: #ADADAD. Windows color (decimal): -4478055 or 10070971. OLE color: 10070971.
HSL color Cylindrical-coordinate representation of color #BBAB99: hue angle of 31.76º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBAB99 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 153 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.27 |
| HSL | 31.76º | 0.2% | 0.67% | - |
| HSV(B) | 31.76º | 0.18% | 0.73% | - |
| XYZ | 40.81 | 41.99 | 36.09 | - |
| YUV | 173.73 | 116.3 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 153 | 0 | 0.09 | 0.18 | 0.27 | 31.76 | 0.2 | 0.67 |
| Hex | BB | AB | 99 | 0 | 9 | 12 | 1B | 20 | 14 | 43 |
| Octal | 273 | 253 | 231 | 0 | 11 | 22 | 33 | 40 | 24 | 103 |
| Binary | 10111011 | 10101011 | 10011001 | 0 | 1001 | 10010 | 11011 | 100000 | 10100 | 1000011 |
Color Harmonies of #BBAB99
Complementary color
Monochromatic Colors of #BBAB99
Black with #BBAB99
Text Example
Text Example
White with #BBAB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB99; }
p { color: rgb(187,171,153); }
H1.HeaderClassName
{
color: #BBAB99;
}
.AnyTagClassName
{
color: #BBAB99;
}
</style>
background-color css
<style>
a { background-color: #BBAB99; }
a { background-color: rgb(187,171,153); }
div.DivClassName
{
background-color: #BBAB99;
}
.BgClassName
{
background-color: #BBAB99;
}
</style>
border-color css
<style>
span { border-color: #BBAB99; }
span { border-color: rgb(187,171,153); }
td.TdClassName
{
border-color: #BBAB99;
}
.TagClassName
{
border-color: #BBAB99;
}
</style>