Shades of Tea #BBB5A6
Tints of Tea #BBB5A6
RGB
CMYK
RGB Variations
Color information
#BBB5A6 (or 0xBBB5A6) is known color: Tea. HEX triplet: BB, B5 and A6. RGB value is (187,181,166). Sum of RGB (Red+Green+Blue) = 187+181+166=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 166 (65.23% from 255 or 31.09% from 534); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB5A6 is #444A59. Grayscale: #B5B5B5. Windows color (decimal): -4475482 or 10925499. OLE color: 10925499.
HSL color Cylindrical-coordinate representation of color #BBB5A6: hue angle of 42.86º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBB5A6 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 181 | 166 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.27 |
| HSL | 42.86º | 0.13% | 0.69% | - |
| HSV(B) | 42.86º | 0.11% | 0.73% | - |
| XYZ | 43.9 | 46.37 | 42.71 | - |
| YUV | 181.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 166 | 0 | 0.03 | 0.11 | 0.27 | 42.86 | 0.13 | 0.69 |
| Hex | BB | B5 | A6 | 0 | 3 | B | 1B | 2B | D | 45 |
| Octal | 273 | 265 | 246 | 0 | 3 | 13 | 33 | 53 | 15 | 105 |
| Binary | 10111011 | 10110101 | 10100110 | 0 | 11 | 1011 | 11011 | 101011 | 1101 | 1000101 |
Color Harmonies of #BBB5A6
Complementary color
Monochromatic Colors of #BBB5A6
Black with #BBB5A6
Text Example
Text Example
White with #BBB5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5A6; }
p { color: rgb(187,181,166); }
H1.HeaderClassName
{
color: #BBB5A6;
}
.AnyTagClassName
{
color: #BBB5A6;
}
</style>
background-color css
<style>
a { background-color: #BBB5A6; }
a { background-color: rgb(187,181,166); }
div.DivClassName
{
background-color: #BBB5A6;
}
.BgClassName
{
background-color: #BBB5A6;
}
</style>
border-color css
<style>
span { border-color: #BBB5A6; }
span { border-color: rgb(187,181,166); }
td.TdClassName
{
border-color: #BBB5A6;
}
.TagClassName
{
border-color: #BBB5A6;
}
</style>