Shades of Tana #BDBAA1
Tints of Tana #BDBAA1
RGB
CMYK
RGB Variations
Color information
#BDBAA1 (or 0xBDBAA1) is known color: Tana. HEX triplet: BD, BA and A1. RGB value is (189,186,161). Sum of RGB (Red+Green+Blue) = 189+186+161=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 161 (63.28% from 255 or 30.04% from 536); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBAA1 is #42455E. Grayscale: #B8B8B8. Windows color (decimal): -4343135 or 10599101. OLE color: 10599101.
HSL color Cylindrical-coordinate representation of color #BDBAA1: hue angle of 53.57º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDBAA1 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 161 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.26 |
| HSL | 53.57º | 0.18% | 0.69% | - |
| HSV(B) | 53.57º | 0.15% | 0.74% | - |
| XYZ | 44.98 | 48.51 | 40.71 | - |
| YUV | 184.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 161 | 0 | 0.02 | 0.15 | 0.26 | 53.57 | 0.18 | 0.69 |
| Hex | BD | BA | A1 | 0 | 2 | F | 1A | 36 | 12 | 45 |
| Octal | 275 | 272 | 241 | 0 | 2 | 17 | 32 | 66 | 22 | 105 |
| Binary | 10111101 | 10111010 | 10100001 | 0 | 10 | 1111 | 11010 | 110110 | 10010 | 1000101 |
Color Harmonies of #BDBAA1
Complementary color
Monochromatic Colors of #BDBAA1
Black with #BDBAA1
Text Example
Text Example
White with #BDBAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBAA1; }
p { color: rgb(189,186,161); }
H1.HeaderClassName
{
color: #BDBAA1;
}
.AnyTagClassName
{
color: #BDBAA1;
}
</style>
background-color css
<style>
a { background-color: #BDBAA1; }
a { background-color: rgb(189,186,161); }
div.DivClassName
{
background-color: #BDBAA1;
}
.BgClassName
{
background-color: #BDBAA1;
}
</style>
border-color css
<style>
span { border-color: #BDBAA1; }
span { border-color: rgb(189,186,161); }
td.TdClassName
{
border-color: #BDBAA1;
}
.TagClassName
{
border-color: #BDBAA1;
}
</style>