Shades of Tide #BBB4AB
Tints of Tide #BBB4AB
RGB
CMYK
RGB Variations
Color information
#BBB4AB (or 0xBBB4AB) is known color: Tide. HEX triplet: BB, B4 and AB. RGB value is (187,180,171). Sum of RGB (Red+Green+Blue) = 187+180+171=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB4AB is #444B54. Grayscale: #B5B5B5. Windows color (decimal): -4475733 or 11252923. OLE color: 11252923.
HSL color Cylindrical-coordinate representation of color #BBB4AB: hue angle of 33.75º 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 #BBB4AB is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 171 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.27 |
| HSL | 33.75º | 0.11% | 0.7% | - |
| HSV(B) | 33.75º | 0.09% | 0.73% | - |
| XYZ | 44.17 | 46.15 | 45.11 | - |
| YUV | 181.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 171 | 0 | 0.04 | 0.09 | 0.27 | 33.75 | 0.11 | 0.7 |
| Hex | BB | B4 | AB | 0 | 4 | 9 | 1B | 22 | B | 46 |
| Octal | 273 | 264 | 253 | 0 | 4 | 11 | 33 | 42 | 13 | 106 |
| Binary | 10111011 | 10110100 | 10101011 | 0 | 100 | 1001 | 11011 | 100010 | 1011 | 1000110 |
Color Harmonies of #BBB4AB
Complementary color
Monochromatic Colors of #BBB4AB
Black with #BBB4AB
Text Example
Text Example
White with #BBB4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB4AB; }
p { color: rgb(187,180,171); }
H1.HeaderClassName
{
color: #BBB4AB;
}
.AnyTagClassName
{
color: #BBB4AB;
}
</style>
background-color css
<style>
a { background-color: #BBB4AB; }
a { background-color: rgb(187,180,171); }
div.DivClassName
{
background-color: #BBB4AB;
}
.BgClassName
{
background-color: #BBB4AB;
}
</style>
border-color css
<style>
span { border-color: #BBB4AB; }
span { border-color: rgb(187,180,171); }
td.TdClassName
{
border-color: #BBB4AB;
}
.TagClassName
{
border-color: #BBB4AB;
}
</style>