Shades of Tide #BBB1AB
Tints of Tide #BBB1AB
RGB
CMYK
RGB Variations
Color information
#BBB1AB (or 0xBBB1AB) is known color: Tide. HEX triplet: BB, B1 and AB. RGB value is (187,177,171). Sum of RGB (Red+Green+Blue) = 187+177+171=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB1AB is #444E54. Grayscale: #B3B3B3. Windows color (decimal): -4476501 or 11252155. OLE color: 11252155.
HSL color Cylindrical-coordinate representation of color #BBB1AB: hue angle of 22.5º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBB1AB is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 171 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.27 |
| HSL | 22.5º | 0.11% | 0.7% | - |
| HSV(B) | 22.5º | 0.09% | 0.73% | - |
| XYZ | 43.57 | 44.95 | 44.91 | - |
| YUV | 179.31 | 123.31 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 171 | 0 | 0.05 | 0.09 | 0.27 | 22.5 | 0.11 | 0.7 |
| Hex | BB | B1 | AB | 0 | 5 | 9 | 1B | 16 | B | 46 |
| Octal | 273 | 261 | 253 | 0 | 5 | 11 | 33 | 26 | 13 | 106 |
| Binary | 10111011 | 10110001 | 10101011 | 0 | 101 | 1001 | 11011 | 10110 | 1011 | 1000110 |
Color Harmonies of #BBB1AB
Complementary color
Monochromatic Colors of #BBB1AB
Black with #BBB1AB
Text Example
Text Example
White with #BBB1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB1AB; }
p { color: rgb(187,177,171); }
H1.HeaderClassName
{
color: #BBB1AB;
}
.AnyTagClassName
{
color: #BBB1AB;
}
</style>
background-color css
<style>
a { background-color: #BBB1AB; }
a { background-color: rgb(187,177,171); }
div.DivClassName
{
background-color: #BBB1AB;
}
.BgClassName
{
background-color: #BBB1AB;
}
</style>
border-color css
<style>
span { border-color: #BBB1AB; }
span { border-color: rgb(187,177,171); }
td.TdClassName
{
border-color: #BBB1AB;
}
.TagClassName
{
border-color: #BBB1AB;
}
</style>