Shades of Tea #BCB3A6
Tints of Tea #BCB3A6
RGB
CMYK
RGB Variations
Color information
#BCB3A6 (or 0xBCB3A6) is known color: Tea. HEX triplet: BC, B3 and A6. RGB value is (188,179,166). Sum of RGB (Red+Green+Blue) = 188+179+166=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB3A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB3A6 is #434C59. Grayscale: #B4B4B4. Windows color (decimal): -4410458 or 10924988. OLE color: 10924988.
HSL color Cylindrical-coordinate representation of color #BCB3A6: hue angle of 35.45º 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 #BCB3A6 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 166 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.26 |
| HSL | 35.45º | 0.14% | 0.69% | - |
| HSV(B) | 35.45º | 0.12% | 0.74% | - |
| XYZ | 43.74 | 45.68 | 42.59 | - |
| YUV | 180.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 166 | 0 | 0.05 | 0.12 | 0.26 | 35.45 | 0.14 | 0.69 |
| Hex | BC | B3 | A6 | 0 | 5 | C | 1A | 23 | E | 45 |
| Octal | 274 | 263 | 246 | 0 | 5 | 14 | 32 | 43 | 16 | 105 |
| Binary | 10111100 | 10110011 | 10100110 | 0 | 101 | 1100 | 11010 | 100011 | 1110 | 1000101 |
Color Harmonies of #BCB3A6
Complementary color
Monochromatic Colors of #BCB3A6
Black with #BCB3A6
Text Example
Text Example
White with #BCB3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB3A6; }
p { color: rgb(188,179,166); }
H1.HeaderClassName
{
color: #BCB3A6;
}
.AnyTagClassName
{
color: #BCB3A6;
}
</style>
background-color css
<style>
a { background-color: #BCB3A6; }
a { background-color: rgb(188,179,166); }
div.DivClassName
{
background-color: #BCB3A6;
}
.BgClassName
{
background-color: #BCB3A6;
}
</style>
border-color css
<style>
span { border-color: #BCB3A6; }
span { border-color: rgb(188,179,166); }
td.TdClassName
{
border-color: #BCB3A6;
}
.TagClassName
{
border-color: #BCB3A6;
}
</style>