Shades of Tea #BCB6A8
Tints of Tea #BCB6A8
RGB
CMYK
RGB Variations
Color information
#BCB6A8 (or 0xBCB6A8) is known color: Tea. HEX triplet: BC, B6 and A8. RGB value is (188,182,168). Sum of RGB (Red+Green+Blue) = 188+182+168=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 182 (71.48% from 255 or 33.83% from 538); Blue value is 168 (66.02% from 255 or 31.23% from 538); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB6A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB6A8 is #434957. Grayscale: #B6B6B6. Windows color (decimal): -4409688 or 11056828. OLE color: 11056828.
HSL color Cylindrical-coordinate representation of color #BCB6A8: hue angle of 42º degrees, saturation: 0.13, 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 #BCB6A8 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 182 | 168 | - |
CMYK | 0 | 0.03 | 0.11 | 0.26 |
HSL | 42º | 0.13% | 0.7% | - |
HSV(B) | 42º | 0.11% | 0.74% | - |
XYZ | 44.53 | 46.97 | 43.77 | - |
YUV | 182.2 | 119.99 | 132.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 182 | 168 | 0 | 0.03 | 0.11 | 0.26 | 42 | 0.13 | 0.7 |
Hex | BC | B6 | A8 | 0 | 3 | B | 1A | 2A | D | 46 |
Octal | 274 | 266 | 250 | 0 | 3 | 13 | 32 | 52 | 15 | 106 |
Binary | 10111100 | 10110110 | 10101000 | 0 | 11 | 1011 | 11010 | 101010 | 1101 | 1000110 |
Color Harmonies of #BCB6A8
Complementary color
Monochromatic Colors of #BCB6A8
Black with #BCB6A8
Text Example
Text Example
White with #BCB6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB6A8; }
p { color: rgb(188,182,168); }
H1.HeaderClassName
{
color: #BCB6A8;
}
.AnyTagClassName
{
color: #BCB6A8;
}
</style>
background-color css
<style>
a { background-color: #BCB6A8; }
a { background-color: rgb(188,182,168); }
div.DivClassName
{
background-color: #BCB6A8;
}
.BgClassName
{
background-color: #BCB6A8;
}
</style>
border-color css
<style>
span { border-color: #BCB6A8; }
span { border-color: rgb(188,182,168); }
td.TdClassName
{
border-color: #BCB6A8;
}
.TagClassName
{
border-color: #BCB6A8;
}
</style>