Shades of Tea #BCB3A5
Tints of Tea #BCB3A5
RGB
CMYK
RGB Variations
Color information
#BCB3A5 (or 0xBCB3A5) is known color: Tea. HEX triplet: BC, B3 and A5. RGB value is (188,179,165). Sum of RGB (Red+Green+Blue) = 188+179+165=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB3A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB3A5 is #434C5A. Grayscale: #B4B4B4. Windows color (decimal): -4410459 or 10859452. OLE color: 10859452.
HSL color Cylindrical-coordinate representation of color #BCB3A5: hue angle of 36.52º degrees, saturation: 0.15, 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 #BCB3A5 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 165 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.26 |
| HSL | 36.52º | 0.15% | 0.69% | - |
| HSV(B) | 36.52º | 0.12% | 0.74% | - |
| XYZ | 43.65 | 45.65 | 42.11 | - |
| YUV | 180.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 165 | 0 | 0.05 | 0.12 | 0.26 | 36.52 | 0.15 | 0.69 |
| Hex | BC | B3 | A5 | 0 | 5 | C | 1A | 25 | F | 45 |
| Octal | 274 | 263 | 245 | 0 | 5 | 14 | 32 | 45 | 17 | 105 |
| Binary | 10111100 | 10110011 | 10100101 | 0 | 101 | 1100 | 11010 | 100101 | 1111 | 1000101 |
Color Harmonies of #BCB3A5
Complementary color
Monochromatic Colors of #BCB3A5
Black with #BCB3A5
Text Example
Text Example
White with #BCB3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB3A5; }
p { color: rgb(188,179,165); }
H1.HeaderClassName
{
color: #BCB3A5;
}
.AnyTagClassName
{
color: #BCB3A5;
}
</style>
background-color css
<style>
a { background-color: #BCB3A5; }
a { background-color: rgb(188,179,165); }
div.DivClassName
{
background-color: #BCB3A5;
}
.BgClassName
{
background-color: #BCB3A5;
}
</style>
border-color css
<style>
span { border-color: #BCB3A5; }
span { border-color: rgb(188,179,165); }
td.TdClassName
{
border-color: #BCB3A5;
}
.TagClassName
{
border-color: #BCB3A5;
}
</style>