Shades of Tea #BCB3A7
Tints of Tea #BCB3A7
RGB
CMYK
RGB Variations
Color information
#BCB3A7 (or 0xBCB3A7) is known color: Tea. HEX triplet: BC, B3 and A7. RGB value is (188,179,167). Sum of RGB (Red+Green+Blue) = 188+179+167=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 167 (65.62% from 255 or 31.27% from 534); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB3A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB3A7 is #434C58. Grayscale: #B4B4B4. Windows color (decimal): -4410457 or 10990524. OLE color: 10990524.
HSL color Cylindrical-coordinate representation of color #BCB3A7: hue angle of 34.29º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCB3A7 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 167 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.26 |
| HSL | 34.29º | 0.14% | 0.7% | - |
| HSV(B) | 34.29º | 0.11% | 0.74% | - |
| XYZ | 43.83 | 45.72 | 43.07 | - |
| YUV | 180.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 167 | 0 | 0.05 | 0.11 | 0.26 | 34.29 | 0.14 | 0.7 |
| Hex | BC | B3 | A7 | 0 | 5 | B | 1A | 22 | E | 46 |
| Octal | 274 | 263 | 247 | 0 | 5 | 13 | 32 | 42 | 16 | 106 |
| Binary | 10111100 | 10110011 | 10100111 | 0 | 101 | 1011 | 11010 | 100010 | 1110 | 1000110 |
Color Harmonies of #BCB3A7
Complementary color
Monochromatic Colors of #BCB3A7
Black with #BCB3A7
Text Example
Text Example
White with #BCB3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB3A7; }
p { color: rgb(188,179,167); }
H1.HeaderClassName
{
color: #BCB3A7;
}
.AnyTagClassName
{
color: #BCB3A7;
}
</style>
background-color css
<style>
a { background-color: #BCB3A7; }
a { background-color: rgb(188,179,167); }
div.DivClassName
{
background-color: #BCB3A7;
}
.BgClassName
{
background-color: #BCB3A7;
}
</style>
border-color css
<style>
span { border-color: #BCB3A7; }
span { border-color: rgb(188,179,167); }
td.TdClassName
{
border-color: #BCB3A7;
}
.TagClassName
{
border-color: #BCB3A7;
}
</style>