Shades of Tide #BBB1AC
Tints of Tide #BBB1AC
RGB
CMYK
RGB Variations
Color information
#BBB1AC (or 0xBBB1AC) is known color: Tide. HEX triplet: BB, B1 and AC. RGB value is (187,177,172). Sum of RGB (Red+Green+Blue) = 187+177+172=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB1AC is #444E53. Grayscale: #B3B3B3. Windows color (decimal): -4476500 or 11317691. OLE color: 11317691.
HSL color Cylindrical-coordinate representation of color #BBB1AC: hue angle of 20º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBB1AC is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 172 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.27 |
| HSL | 20º | 0.1% | 0.7% | - |
| HSV(B) | 20º | 0.08% | 0.73% | - |
| XYZ | 43.66 | 44.99 | 45.41 | - |
| YUV | 179.42 | 123.81 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 172 | 0 | 0.05 | 0.08 | 0.27 | 20 | 0.1 | 0.7 |
| Hex | BB | B1 | AC | 0 | 5 | 8 | 1B | 14 | A | 46 |
| Octal | 273 | 261 | 254 | 0 | 5 | 10 | 33 | 24 | 12 | 106 |
| Binary | 10111011 | 10110001 | 10101100 | 0 | 101 | 1000 | 11011 | 10100 | 1010 | 1000110 |
Color Harmonies of #BBB1AC
Complementary color
Monochromatic Colors of #BBB1AC
Black with #BBB1AC
Text Example
Text Example
White with #BBB1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB1AC; }
p { color: rgb(187,177,172); }
H1.HeaderClassName
{
color: #BBB1AC;
}
.AnyTagClassName
{
color: #BBB1AC;
}
</style>
background-color css
<style>
a { background-color: #BBB1AC; }
a { background-color: rgb(187,177,172); }
div.DivClassName
{
background-color: #BBB1AC;
}
.BgClassName
{
background-color: #BBB1AC;
}
</style>
border-color css
<style>
span { border-color: #BBB1AC; }
span { border-color: rgb(187,177,172); }
td.TdClassName
{
border-color: #BBB1AC;
}
.TagClassName
{
border-color: #BBB1AC;
}
</style>