Shades of Tide #BBB9B7
Tints of Tide #BBB9B7
RGB
CMYK
RGB Variations
Color information
#BBB9B7 (or 0xBBB9B7) is known color: Tide. HEX triplet: BB, B9 and B7. RGB value is (187,185,183). Sum of RGB (Red+Green+Blue) = 187+185+183=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 183 (71.88% from 255 or 32.97% from 555); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB9B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB9B7 is #444648. Grayscale: #B9B9B9. Windows color (decimal): -4474441 or 12040635. OLE color: 12040635.
HSL color Cylindrical-coordinate representation of color #BBB9B7: hue angle of 30º degrees, saturation: 0.03, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BBB9B7 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 183 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.27 |
| HSL | 30º | 0.03% | 0.73% | - |
| HSV(B) | 30º | 0.02% | 0.73% | - |
| XYZ | 46.39 | 48.68 | 51.75 | - |
| YUV | 185.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 183 | 0 | 0.01 | 0.02 | 0.27 | 30 | 0.03 | 0.73 |
| Hex | BB | B9 | B7 | 0 | 1 | 2 | 1B | 1E | 3 | 49 |
| Octal | 273 | 271 | 267 | 0 | 1 | 2 | 33 | 36 | 3 | 111 |
| Binary | 10111011 | 10111001 | 10110111 | 0 | 1 | 10 | 11011 | 11110 | 11 | 1001001 |
Color Harmonies of #BBB9B7
Complementary color
Monochromatic Colors of #BBB9B7
Black with #BBB9B7
Text Example
Text Example
White with #BBB9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB9B7; }
p { color: rgb(187,185,183); }
H1.HeaderClassName
{
color: #BBB9B7;
}
.AnyTagClassName
{
color: #BBB9B7;
}
</style>
background-color css
<style>
a { background-color: #BBB9B7; }
a { background-color: rgb(187,185,183); }
div.DivClassName
{
background-color: #BBB9B7;
}
.BgClassName
{
background-color: #BBB9B7;
}
</style>
border-color css
<style>
span { border-color: #BBB9B7; }
span { border-color: rgb(187,185,183); }
td.TdClassName
{
border-color: #BBB9B7;
}
.TagClassName
{
border-color: #BBB9B7;
}
</style>