Shades of Tea #BDB3A2
Tints of Tea #BDB3A2
RGB
CMYK
RGB Variations
Color information
#BDB3A2 (or 0xBDB3A2) is known color: Tea. HEX triplet: BD, B3 and A2. RGB value is (189,179,162). Sum of RGB (Red+Green+Blue) = 189+179+162=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 162 (63.67% from 255 or 30.57% from 530); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB3A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB3A2 is #424C5D. Grayscale: #B4B4B4. Windows color (decimal): -4344926 or 10662845. OLE color: 10662845.
HSL color Cylindrical-coordinate representation of color #BDB3A2: hue angle of 37.78º degrees, saturation: 0.17, 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 #BDB3A2 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 162 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.26 |
| HSL | 37.78º | 0.17% | 0.69% | - |
| HSV(B) | 37.78º | 0.14% | 0.74% | - |
| XYZ | 43.63 | 45.67 | 40.7 | - |
| YUV | 180.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 162 | 0 | 0.05 | 0.14 | 0.26 | 37.78 | 0.17 | 0.69 |
| Hex | BD | B3 | A2 | 0 | 5 | E | 1A | 26 | 11 | 45 |
| Octal | 275 | 263 | 242 | 0 | 5 | 16 | 32 | 46 | 21 | 105 |
| Binary | 10111101 | 10110011 | 10100010 | 0 | 101 | 1110 | 11010 | 100110 | 10001 | 1000101 |
Color Harmonies of #BDB3A2
Complementary color
Monochromatic Colors of #BDB3A2
Black with #BDB3A2
Text Example
Text Example
White with #BDB3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB3A2; }
p { color: rgb(189,179,162); }
H1.HeaderClassName
{
color: #BDB3A2;
}
.AnyTagClassName
{
color: #BDB3A2;
}
</style>
background-color css
<style>
a { background-color: #BDB3A2; }
a { background-color: rgb(189,179,162); }
div.DivClassName
{
background-color: #BDB3A2;
}
.BgClassName
{
background-color: #BDB3A2;
}
</style>
border-color css
<style>
span { border-color: #BDB3A2; }
span { border-color: rgb(189,179,162); }
td.TdClassName
{
border-color: #BDB3A2;
}
.TagClassName
{
border-color: #BDB3A2;
}
</style>