Shades of Tide #BBB3AD
Tints of Tide #BBB3AD
RGB
CMYK
RGB Variations
Color information
#BBB3AD (or 0xBBB3AD) is known color: Tide. HEX triplet: BB, B3 and AD. RGB value is (187,179,173). Sum of RGB (Red+Green+Blue) = 187+179+173=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB3AD is #444C52. Grayscale: #B4B4B4. Windows color (decimal): -4475987 or 11383739. OLE color: 11383739.
HSL color Cylindrical-coordinate representation of color #BBB3AD: hue angle of 25.71º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBB3AD is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 173 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.27 |
| HSL | 25.71º | 0.09% | 0.71% | - |
| HSV(B) | 25.71º | 0.07% | 0.73% | - |
| XYZ | 44.16 | 45.82 | 46.05 | - |
| YUV | 180.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 173 | 0 | 0.04 | 0.07 | 0.27 | 25.71 | 0.09 | 0.71 |
| Hex | BB | B3 | AD | 0 | 4 | 7 | 1B | 1A | 9 | 47 |
| Octal | 273 | 263 | 255 | 0 | 4 | 7 | 33 | 32 | 11 | 107 |
| Binary | 10111011 | 10110011 | 10101101 | 0 | 100 | 111 | 11011 | 11010 | 1001 | 1000111 |
Color Harmonies of #BBB3AD
Complementary color
Monochromatic Colors of #BBB3AD
Black with #BBB3AD
Text Example
Text Example
White with #BBB3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB3AD; }
p { color: rgb(187,179,173); }
H1.HeaderClassName
{
color: #BBB3AD;
}
.AnyTagClassName
{
color: #BBB3AD;
}
</style>
background-color css
<style>
a { background-color: #BBB3AD; }
a { background-color: rgb(187,179,173); }
div.DivClassName
{
background-color: #BBB3AD;
}
.BgClassName
{
background-color: #BBB3AD;
}
</style>
border-color css
<style>
span { border-color: #BBB3AD; }
span { border-color: rgb(187,179,173); }
td.TdClassName
{
border-color: #BBB3AD;
}
.TagClassName
{
border-color: #BBB3AD;
}
</style>