Shades of Silk #BBB0A2
Tints of Silk #BBB0A2
RGB
CMYK
RGB Variations
Color information
#BBB0A2 (or 0xBBB0A2) is known color: Silk. HEX triplet: BB, B0 and A2. RGB value is (187,176,162). Sum of RGB (Red+Green+Blue) = 187+176+162=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB0A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB0A2 is #444F5D. Grayscale: #B1B1B1. Windows color (decimal): -4476766 or 10662075. OLE color: 10662075.
HSL color Cylindrical-coordinate representation of color #BBB0A2: hue angle of 33.6º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBB0A2 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 162 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.27 |
| HSL | 33.6º | 0.16% | 0.68% | - |
| HSV(B) | 33.6º | 0.13% | 0.73% | - |
| XYZ | 42.54 | 44.22 | 40.48 | - |
| YUV | 177.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 162 | 0 | 0.06 | 0.13 | 0.27 | 33.6 | 0.16 | 0.68 |
| Hex | BB | B0 | A2 | 0 | 6 | D | 1B | 22 | 10 | 44 |
| Octal | 273 | 260 | 242 | 0 | 6 | 15 | 33 | 42 | 20 | 104 |
| Binary | 10111011 | 10110000 | 10100010 | 0 | 110 | 1101 | 11011 | 100010 | 10000 | 1000100 |
Color Harmonies of #BBB0A2
Complementary color
Monochromatic Colors of #BBB0A2
Black with #BBB0A2
Text Example
Text Example
White with #BBB0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB0A2; }
p { color: rgb(187,176,162); }
H1.HeaderClassName
{
color: #BBB0A2;
}
.AnyTagClassName
{
color: #BBB0A2;
}
</style>
background-color css
<style>
a { background-color: #BBB0A2; }
a { background-color: rgb(187,176,162); }
div.DivClassName
{
background-color: #BBB0A2;
}
.BgClassName
{
background-color: #BBB0A2;
}
</style>
border-color css
<style>
span { border-color: #BBB0A2; }
span { border-color: rgb(187,176,162); }
td.TdClassName
{
border-color: #BBB0A2;
}
.TagClassName
{
border-color: #BBB0A2;
}
</style>