Shades of Tana #BDBBA0
Tints of Tana #BDBBA0
RGB
CMYK
RGB Variations
Color information
#BDBBA0 (or 0xBDBBA0) is known color: Tana. HEX triplet: BD, BB and A0. RGB value is (189,187,160). Sum of RGB (Red+Green+Blue) = 189+187+160=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBBA0 is #42445F. Grayscale: #B8B8B8. Windows color (decimal): -4342880 or 10533821. OLE color: 10533821.
HSL color Cylindrical-coordinate representation of color #BDBBA0: hue angle of 55.86º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDBBA0 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 187 | 160 | - |
CMYK | 0 | 0.01 | 0.15 | 0.26 |
HSL | 55.86º | 0.18% | 0.68% | - |
HSV(B) | 55.86º | 0.15% | 0.74% | - |
XYZ | 45.1 | 48.9 | 40.32 | - |
YUV | 184.52 | 114.16 | 131.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 187 | 160 | 0 | 0.01 | 0.15 | 0.26 | 55.86 | 0.18 | 0.68 |
Hex | BD | BB | A0 | 0 | 1 | F | 1A | 38 | 12 | 44 |
Octal | 275 | 273 | 240 | 0 | 1 | 17 | 32 | 70 | 22 | 104 |
Binary | 10111101 | 10111011 | 10100000 | 0 | 1 | 1111 | 11010 | 111000 | 10010 | 1000100 |
Color Harmonies of #BDBBA0
Complementary color
Monochromatic Colors of #BDBBA0
Black with #BDBBA0
Text Example
Text Example
White with #BDBBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBA0; }
p { color: rgb(189,187,160); }
H1.HeaderClassName
{
color: #BDBBA0;
}
.AnyTagClassName
{
color: #BDBBA0;
}
</style>
background-color css
<style>
a { background-color: #BDBBA0; }
a { background-color: rgb(189,187,160); }
div.DivClassName
{
background-color: #BDBBA0;
}
.BgClassName
{
background-color: #BDBBA0;
}
</style>
border-color css
<style>
span { border-color: #BDBBA0; }
span { border-color: rgb(189,187,160); }
td.TdClassName
{
border-color: #BDBBA0;
}
.TagClassName
{
border-color: #BDBBA0;
}
</style>