Shades of Tide #BBB5AD
Tints of Tide #BBB5AD
RGB
CMYK
RGB Variations
Color information
#BBB5AD (or 0xBBB5AD) is known color: Tide. HEX triplet: BB, B5 and AD. RGB value is (187,181,173). Sum of RGB (Red+Green+Blue) = 187+181+173=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB5AD is #444A52. Grayscale: #B5B5B5. Windows color (decimal): -4475475 or 11384251. OLE color: 11384251.
HSL color Cylindrical-coordinate representation of color #BBB5AD: hue angle of 34.29º 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 #BBB5AD is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 181 | 173 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.27 |
| HSL | 34.29º | 0.09% | 0.71% | - |
| HSV(B) | 34.29º | 0.07% | 0.73% | - |
| XYZ | 44.56 | 46.63 | 46.19 | - |
| YUV | 181.88 | 122.99 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 173 | 0 | 0.03 | 0.07 | 0.27 | 34.29 | 0.09 | 0.71 |
| Hex | BB | B5 | AD | 0 | 3 | 7 | 1B | 22 | 9 | 47 |
| Octal | 273 | 265 | 255 | 0 | 3 | 7 | 33 | 42 | 11 | 107 |
| Binary | 10111011 | 10110101 | 10101101 | 0 | 11 | 111 | 11011 | 100010 | 1001 | 1000111 |
Color Harmonies of #BBB5AD
Complementary color
Monochromatic Colors of #BBB5AD
Black with #BBB5AD
Text Example
Text Example
White with #BBB5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5AD; }
p { color: rgb(187,181,173); }
H1.HeaderClassName
{
color: #BBB5AD;
}
.AnyTagClassName
{
color: #BBB5AD;
}
</style>
background-color css
<style>
a { background-color: #BBB5AD; }
a { background-color: rgb(187,181,173); }
div.DivClassName
{
background-color: #BBB5AD;
}
.BgClassName
{
background-color: #BBB5AD;
}
</style>
border-color css
<style>
span { border-color: #BBB5AD; }
span { border-color: rgb(187,181,173); }
td.TdClassName
{
border-color: #BBB5AD;
}
.TagClassName
{
border-color: #BBB5AD;
}
</style>