Shades of Tea #BDB2A2
Tints of Tea #BDB2A2
RGB
CMYK
RGB Variations
Color information
#BDB2A2 (or 0xBDB2A2) is known color: Tea. HEX triplet: BD, B2 and A2. RGB value is (189,178,162). Sum of RGB (Red+Green+Blue) = 189+178+162=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB2A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB2A2 is #424D5D. Grayscale: #B3B3B3. Windows color (decimal): -4345182 or 10662589. OLE color: 10662589.
HSL color Cylindrical-coordinate representation of color #BDB2A2: hue angle of 35.56º 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 #BDB2A2 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 178 | 162 | - |
CMYK | 0 | 0.06 | 0.14 | 0.26 |
HSL | 35.56º | 0.17% | 0.69% | - |
HSV(B) | 35.56º | 0.14% | 0.74% | - |
XYZ | 43.43 | 45.27 | 40.63 | - |
YUV | 179.47 | 118.14 | 134.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 178 | 162 | 0 | 0.06 | 0.14 | 0.26 | 35.56 | 0.17 | 0.69 |
Hex | BD | B2 | A2 | 0 | 6 | E | 1A | 24 | 11 | 45 |
Octal | 275 | 262 | 242 | 0 | 6 | 16 | 32 | 44 | 21 | 105 |
Binary | 10111101 | 10110010 | 10100010 | 0 | 110 | 1110 | 11010 | 100100 | 10001 | 1000101 |
Color Harmonies of #BDB2A2
Complementary color
Monochromatic Colors of #BDB2A2
Black with #BDB2A2
Text Example
Text Example
White with #BDB2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2A2; }
p { color: rgb(189,178,162); }
H1.HeaderClassName
{
color: #BDB2A2;
}
.AnyTagClassName
{
color: #BDB2A2;
}
</style>
background-color css
<style>
a { background-color: #BDB2A2; }
a { background-color: rgb(189,178,162); }
div.DivClassName
{
background-color: #BDB2A2;
}
.BgClassName
{
background-color: #BDB2A2;
}
</style>
border-color css
<style>
span { border-color: #BDB2A2; }
span { border-color: rgb(189,178,162); }
td.TdClassName
{
border-color: #BDB2A2;
}
.TagClassName
{
border-color: #BDB2A2;
}
</style>