Shades of Tea #BDB2A4
Tints of Tea #BDB2A4
RGB
CMYK
RGB Variations
Color information
#BDB2A4 (or 0xBDB2A4) is known color: Tea. HEX triplet: BD, B2 and A4. RGB value is (189,178,164). Sum of RGB (Red+Green+Blue) = 189+178+164=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 164 (64.45% from 255 or 30.89% from 531); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB2A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB2A4 is #424D5B. Grayscale: #B3B3B3. Windows color (decimal): -4345180 or 10793661. OLE color: 10793661.
HSL color Cylindrical-coordinate representation of color #BDB2A4: hue angle of 33.6º 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 #BDB2A4 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 164 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.26 |
| HSL | 33.6º | 0.16% | 0.69% | - |
| HSV(B) | 33.6º | 0.13% | 0.74% | - |
| XYZ | 43.61 | 45.34 | 41.58 | - |
| YUV | 179.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 164 | 0 | 0.06 | 0.13 | 0.26 | 33.6 | 0.16 | 0.69 |
| Hex | BD | B2 | A4 | 0 | 6 | D | 1A | 22 | 10 | 45 |
| Octal | 275 | 262 | 244 | 0 | 6 | 15 | 32 | 42 | 20 | 105 |
| Binary | 10111101 | 10110010 | 10100100 | 0 | 110 | 1101 | 11010 | 100010 | 10000 | 1000101 |
Color Harmonies of #BDB2A4
Complementary color
Monochromatic Colors of #BDB2A4
Black with #BDB2A4
Text Example
Text Example
White with #BDB2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2A4; }
p { color: rgb(189,178,164); }
H1.HeaderClassName
{
color: #BDB2A4;
}
.AnyTagClassName
{
color: #BDB2A4;
}
</style>
background-color css
<style>
a { background-color: #BDB2A4; }
a { background-color: rgb(189,178,164); }
div.DivClassName
{
background-color: #BDB2A4;
}
.BgClassName
{
background-color: #BDB2A4;
}
</style>
border-color css
<style>
span { border-color: #BDB2A4; }
span { border-color: rgb(189,178,164); }
td.TdClassName
{
border-color: #BDB2A4;
}
.TagClassName
{
border-color: #BDB2A4;
}
</style>