Shades of Tea #BCB5AA
Tints of Tea #BCB5AA
RGB
CMYK
RGB Variations
Color information
#BCB5AA (or 0xBCB5AA) is known color: Tea. HEX triplet: BC, B5 and AA. RGB value is (188,181,170). Sum of RGB (Red+Green+Blue) = 188+181+170=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB5AA is #434A55. Grayscale: #B5B5B5. Windows color (decimal): -4409942 or 11187644. OLE color: 11187644.
HSL color Cylindrical-coordinate representation of color #BCB5AA: hue angle of 36.67º 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 #BCB5AA is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 170 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.26 |
| HSL | 36.67º | 0.12% | 0.7% | - |
| HSV(B) | 36.67º | 0.1% | 0.74% | - |
| XYZ | 44.52 | 46.64 | 44.69 | - |
| YUV | 181.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 170 | 0 | 0.04 | 0.10 | 0.26 | 36.67 | 0.12 | 0.7 |
| Hex | BC | B5 | AA | 0 | 4 | A | 1A | 25 | C | 46 |
| Octal | 274 | 265 | 252 | 0 | 4 | 12 | 32 | 45 | 14 | 106 |
| Binary | 10111100 | 10110101 | 10101010 | 0 | 100 | 1010 | 11010 | 100101 | 1100 | 1000110 |
Color Harmonies of #BCB5AA
Complementary color
Monochromatic Colors of #BCB5AA
Black with #BCB5AA
Text Example
Text Example
White with #BCB5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB5AA; }
p { color: rgb(188,181,170); }
H1.HeaderClassName
{
color: #BCB5AA;
}
.AnyTagClassName
{
color: #BCB5AA;
}
</style>
background-color css
<style>
a { background-color: #BCB5AA; }
a { background-color: rgb(188,181,170); }
div.DivClassName
{
background-color: #BCB5AA;
}
.BgClassName
{
background-color: #BCB5AA;
}
</style>
border-color css
<style>
span { border-color: #BCB5AA; }
span { border-color: rgb(188,181,170); }
td.TdClassName
{
border-color: #BCB5AA;
}
.TagClassName
{
border-color: #BCB5AA;
}
</style>