Shades of Martini #BDABA2
Tints of Martini #BDABA2
RGB
CMYK
RGB Variations
Color information
#BDABA2 (or 0xBDABA2) is known color: Martini. HEX triplet: BD, AB and A2. RGB value is (189,171,162). Sum of RGB (Red+Green+Blue) = 189+171+162=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BDABA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDABA2 is #42545D. Grayscale: #AFAFAF. Windows color (decimal): -4346974 or 10660797. OLE color: 10660797.
HSL color Cylindrical-coordinate representation of color #BDABA2: hue angle of 20º 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 #BDABA2 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 171 | 162 | - |
CMYK | 0 | 0.10 | 0.14 | 0.26 |
HSL | 20º | 0.17% | 0.69% | - |
HSV(B) | 20º | 0.14% | 0.74% | - |
XYZ | 42.07 | 42.55 | 40.18 | - |
YUV | 175.36 | 120.46 | 137.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 171 | 162 | 0 | 0.10 | 0.14 | 0.26 | 20 | 0.17 | 0.69 |
Hex | BD | AB | A2 | 0 | A | E | 1A | 14 | 11 | 45 |
Octal | 275 | 253 | 242 | 0 | 12 | 16 | 32 | 24 | 21 | 105 |
Binary | 10111101 | 10101011 | 10100010 | 0 | 1010 | 1110 | 11010 | 10100 | 10001 | 1000101 |
Color Harmonies of #BDABA2
Complementary color
Monochromatic Colors of #BDABA2
Black with #BDABA2
Text Example
Text Example
White with #BDABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDABA2; }
p { color: rgb(189,171,162); }
H1.HeaderClassName
{
color: #BDABA2;
}
.AnyTagClassName
{
color: #BDABA2;
}
</style>
background-color css
<style>
a { background-color: #BDABA2; }
a { background-color: rgb(189,171,162); }
div.DivClassName
{
background-color: #BDABA2;
}
.BgClassName
{
background-color: #BDABA2;
}
</style>
border-color css
<style>
span { border-color: #BDABA2; }
span { border-color: rgb(189,171,162); }
td.TdClassName
{
border-color: #BDABA2;
}
.TagClassName
{
border-color: #BDABA2;
}
</style>