Shades of Tea #BCB5A6
Tints of Tea #BCB5A6
RGB
CMYK
RGB Variations
Color information
#BCB5A6 (or 0xBCB5A6) is known color: Tea. HEX triplet: BC, B5 and A6. RGB value is (188,181,166). Sum of RGB (Red+Green+Blue) = 188+181+166=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 181 (71.09% from 255 or 33.83% from 535); Blue value is 166 (65.23% from 255 or 31.03% from 535); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB5A6 is #434A59. Grayscale: #B5B5B5. Windows color (decimal): -4409946 or 10925500. OLE color: 10925500.
HSL color Cylindrical-coordinate representation of color #BCB5A6: hue angle of 40.91º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCB5A6 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 166 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.26 |
| HSL | 40.91º | 0.14% | 0.69% | - |
| HSV(B) | 40.91º | 0.12% | 0.74% | - |
| XYZ | 44.15 | 46.49 | 42.72 | - |
| YUV | 181.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 166 | 0 | 0.04 | 0.12 | 0.26 | 40.91 | 0.14 | 0.69 |
| Hex | BC | B5 | A6 | 0 | 4 | C | 1A | 29 | E | 45 |
| Octal | 274 | 265 | 246 | 0 | 4 | 14 | 32 | 51 | 16 | 105 |
| Binary | 10111100 | 10110101 | 10100110 | 0 | 100 | 1100 | 11010 | 101001 | 1110 | 1000101 |
Color Harmonies of #BCB5A6
Complementary color
Monochromatic Colors of #BCB5A6
Black with #BCB5A6
Text Example
Text Example
White with #BCB5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB5A6; }
p { color: rgb(188,181,166); }
H1.HeaderClassName
{
color: #BCB5A6;
}
.AnyTagClassName
{
color: #BCB5A6;
}
</style>
background-color css
<style>
a { background-color: #BCB5A6; }
a { background-color: rgb(188,181,166); }
div.DivClassName
{
background-color: #BCB5A6;
}
.BgClassName
{
background-color: #BCB5A6;
}
</style>
border-color css
<style>
span { border-color: #BCB5A6; }
span { border-color: rgb(188,181,166); }
td.TdClassName
{
border-color: #BCB5A6;
}
.TagClassName
{
border-color: #BCB5A6;
}
</style>