Shades of Silk #BBA899
Tints of Silk #BBA899
RGB
CMYK
RGB Variations
Color information
#BBA899 (or 0xBBA899) is known color: Silk. HEX triplet: BB, A8 and 99. RGB value is (187,168,153). Sum of RGB (Red+Green+Blue) = 187+168+153=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA899 is #445766. Grayscale: #ACACAC. Windows color (decimal): -4478823 or 10070203. OLE color: 10070203.
HSL color Cylindrical-coordinate representation of color #BBA899: hue angle of 26.47º 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 #BBA899 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 153 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.27 |
| HSL | 26.47º | 0.2% | 0.67% | - |
| HSV(B) | 26.47º | 0.18% | 0.73% | - |
| XYZ | 40.25 | 40.87 | 35.9 | - |
| YUV | 171.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 153 | 0 | 0.10 | 0.18 | 0.27 | 26.47 | 0.2 | 0.67 |
| Hex | BB | A8 | 99 | 0 | A | 12 | 1B | 1A | 14 | 43 |
| Octal | 273 | 250 | 231 | 0 | 12 | 22 | 33 | 32 | 24 | 103 |
| Binary | 10111011 | 10101000 | 10011001 | 0 | 1010 | 10010 | 11011 | 11010 | 10100 | 1000011 |
Color Harmonies of #BBA899
Complementary color
Monochromatic Colors of #BBA899
Black with #BBA899
Text Example
Text Example
White with #BBA899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA899; }
p { color: rgb(187,168,153); }
H1.HeaderClassName
{
color: #BBA899;
}
.AnyTagClassName
{
color: #BBA899;
}
</style>
background-color css
<style>
a { background-color: #BBA899; }
a { background-color: rgb(187,168,153); }
div.DivClassName
{
background-color: #BBA899;
}
.BgClassName
{
background-color: #BBA899;
}
</style>
border-color css
<style>
span { border-color: #BBA899; }
span { border-color: rgb(187,168,153); }
td.TdClassName
{
border-color: #BBA899;
}
.TagClassName
{
border-color: #BBA899;
}
</style>