Shades of Tea #BCB5A9
Tints of Tea #BCB5A9
RGB
CMYK
RGB Variations
Color information
#BCB5A9 (or 0xBCB5A9) is known color: Tea. HEX triplet: BC, B5 and A9. RGB value is (188,181,169). Sum of RGB (Red+Green+Blue) = 188+181+169=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 169 (66.41% from 255 or 31.41% from 538); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB5A9 is #434A56. Grayscale: #B5B5B5. Windows color (decimal): -4409943 or 11122108. OLE color: 11122108.
HSL color Cylindrical-coordinate representation of color #BCB5A9: hue angle of 37.89º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCB5A9 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 169 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.26 |
| HSL | 37.89º | 0.12% | 0.7% | - |
| HSV(B) | 37.89º | 0.1% | 0.74% | - |
| XYZ | 44.42 | 46.6 | 44.19 | - |
| YUV | 181.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 169 | 0 | 0.04 | 0.10 | 0.26 | 37.89 | 0.12 | 0.7 |
| Hex | BC | B5 | A9 | 0 | 4 | A | 1A | 26 | C | 46 |
| Octal | 274 | 265 | 251 | 0 | 4 | 12 | 32 | 46 | 14 | 106 |
| Binary | 10111100 | 10110101 | 10101001 | 0 | 100 | 1010 | 11010 | 100110 | 1100 | 1000110 |
Color Harmonies of #BCB5A9
Complementary color
Monochromatic Colors of #BCB5A9
Black with #BCB5A9
Text Example
Text Example
White with #BCB5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB5A9; }
p { color: rgb(188,181,169); }
H1.HeaderClassName
{
color: #BCB5A9;
}
.AnyTagClassName
{
color: #BCB5A9;
}
</style>
background-color css
<style>
a { background-color: #BCB5A9; }
a { background-color: rgb(188,181,169); }
div.DivClassName
{
background-color: #BCB5A9;
}
.BgClassName
{
background-color: #BCB5A9;
}
</style>
border-color css
<style>
span { border-color: #BCB5A9; }
span { border-color: rgb(188,181,169); }
td.TdClassName
{
border-color: #BCB5A9;
}
.TagClassName
{
border-color: #BCB5A9;
}
</style>