Shades of Tea #BCB2A2
Tints of Tea #BCB2A2
RGB
CMYK
RGB Variations
Color information
#BCB2A2 (or 0xBCB2A2) is known color: Tea. HEX triplet: BC, B2 and A2. RGB value is (188,178,162). Sum of RGB (Red+Green+Blue) = 188+178+162=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 162 (63.67% from 255 or 30.68% from 528); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB2A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB2A2 is #434D5D. Grayscale: #B3B3B3. Windows color (decimal): -4410718 or 10662588. OLE color: 10662588.
HSL color Cylindrical-coordinate representation of color #BCB2A2: hue angle of 36.92º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCB2A2 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 162 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.26 |
| HSL | 36.92º | 0.16% | 0.69% | - |
| HSV(B) | 36.92º | 0.14% | 0.74% | - |
| XYZ | 43.18 | 45.14 | 40.62 | - |
| YUV | 179.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 162 | 0 | 0.05 | 0.14 | 0.26 | 36.92 | 0.16 | 0.69 |
| Hex | BC | B2 | A2 | 0 | 5 | E | 1A | 25 | 10 | 45 |
| Octal | 274 | 262 | 242 | 0 | 5 | 16 | 32 | 45 | 20 | 105 |
| Binary | 10111100 | 10110010 | 10100010 | 0 | 101 | 1110 | 11010 | 100101 | 10000 | 1000101 |
Color Harmonies of #BCB2A2
Complementary color
Monochromatic Colors of #BCB2A2
Black with #BCB2A2
Text Example
Text Example
White with #BCB2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB2A2; }
p { color: rgb(188,178,162); }
H1.HeaderClassName
{
color: #BCB2A2;
}
.AnyTagClassName
{
color: #BCB2A2;
}
</style>
background-color css
<style>
a { background-color: #BCB2A2; }
a { background-color: rgb(188,178,162); }
div.DivClassName
{
background-color: #BCB2A2;
}
.BgClassName
{
background-color: #BCB2A2;
}
</style>
border-color css
<style>
span { border-color: #BCB2A2; }
span { border-color: rgb(188,178,162); }
td.TdClassName
{
border-color: #BCB2A2;
}
.TagClassName
{
border-color: #BCB2A2;
}
</style>