Shades of Silk #BBA897
Tints of Silk #BBA897
RGB
CMYK
RGB Variations
Color information
#BBA897 (or 0xBBA897) is known color: Silk. HEX triplet: BB, A8 and 97. RGB value is (187,168,151). Sum of RGB (Red+Green+Blue) = 187+168+151=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 151 (59.38% from 255 or 29.84% from 506); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA897 is #445768. Grayscale: #ABABAB. Windows color (decimal): -4478825 or 9939131. OLE color: 9939131.
HSL color Cylindrical-coordinate representation of color #BBA897: hue angle of 28.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBA897 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 151 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.27 |
| HSL | 28.33º | 0.21% | 0.66% | - |
| HSV(B) | 28.33º | 0.19% | 0.73% | - |
| XYZ | 40.08 | 40.8 | 35.04 | - |
| YUV | 171.74 | 116.29 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 151 | 0 | 0.10 | 0.19 | 0.27 | 28.33 | 0.21 | 0.66 |
| Hex | BB | A8 | 97 | 0 | A | 13 | 1B | 1C | 15 | 42 |
| Octal | 273 | 250 | 227 | 0 | 12 | 23 | 33 | 34 | 25 | 102 |
| Binary | 10111011 | 10101000 | 10010111 | 0 | 1010 | 10011 | 11011 | 11100 | 10101 | 1000010 |
Color Harmonies of #BBA897
Complementary color
Monochromatic Colors of #BBA897
Black with #BBA897
Text Example
Text Example
White with #BBA897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA897; }
p { color: rgb(187,168,151); }
H1.HeaderClassName
{
color: #BBA897;
}
.AnyTagClassName
{
color: #BBA897;
}
</style>
background-color css
<style>
a { background-color: #BBA897; }
a { background-color: rgb(187,168,151); }
div.DivClassName
{
background-color: #BBA897;
}
.BgClassName
{
background-color: #BBA897;
}
</style>
border-color css
<style>
span { border-color: #BBA897; }
span { border-color: rgb(187,168,151); }
td.TdClassName
{
border-color: #BBA897;
}
.TagClassName
{
border-color: #BBA897;
}
</style>