Shades of Tea #BDB3A4
Tints of Tea #BDB3A4
RGB
CMYK
RGB Variations
Color information
#BDB3A4 (or 0xBDB3A4) is known color: Tea. HEX triplet: BD, B3 and A4. RGB value is (189,179,164). Sum of RGB (Red+Green+Blue) = 189+179+164=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 164 (64.45% from 255 or 30.83% from 532); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB3A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB3A4 is #424C5B. Grayscale: #B4B4B4. Windows color (decimal): -4344924 or 10793917. OLE color: 10793917.
HSL color Cylindrical-coordinate representation of color #BDB3A4: hue angle of 36º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDB3A4 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 164 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.26 |
| HSL | 36º | 0.16% | 0.69% | - |
| HSV(B) | 36º | 0.13% | 0.74% | - |
| XYZ | 43.81 | 45.74 | 41.64 | - |
| YUV | 180.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 164 | 0 | 0.05 | 0.13 | 0.26 | 36 | 0.16 | 0.69 |
| Hex | BD | B3 | A4 | 0 | 5 | D | 1A | 24 | 10 | 45 |
| Octal | 275 | 263 | 244 | 0 | 5 | 15 | 32 | 44 | 20 | 105 |
| Binary | 10111101 | 10110011 | 10100100 | 0 | 101 | 1101 | 11010 | 100100 | 10000 | 1000101 |
Color Harmonies of #BDB3A4
Complementary color
Monochromatic Colors of #BDB3A4
Black with #BDB3A4
Text Example
Text Example
White with #BDB3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB3A4; }
p { color: rgb(189,179,164); }
H1.HeaderClassName
{
color: #BDB3A4;
}
.AnyTagClassName
{
color: #BDB3A4;
}
</style>
background-color css
<style>
a { background-color: #BDB3A4; }
a { background-color: rgb(189,179,164); }
div.DivClassName
{
background-color: #BDB3A4;
}
.BgClassName
{
background-color: #BDB3A4;
}
</style>
border-color css
<style>
span { border-color: #BDB3A4; }
span { border-color: rgb(189,179,164); }
td.TdClassName
{
border-color: #BDB3A4;
}
.TagClassName
{
border-color: #BDB3A4;
}
</style>