Shades of Martini #BDABA5
Tints of Martini #BDABA5
RGB
CMYK
RGB Variations
Color information
#BDABA5 (or 0xBDABA5) is known color: Martini. HEX triplet: BD, AB and A5. RGB value is (189,171,165). Sum of RGB (Red+Green+Blue) = 189+171+165=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 189 - color contains mainly: red. Hex color #BDABA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDABA5 is #42545A. Grayscale: #AFAFAF. Windows color (decimal): -4346971 or 10857405. OLE color: 10857405.
HSL color Cylindrical-coordinate representation of color #BDABA5: hue angle of 15º degrees, saturation: 0.15, 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 #BDABA5 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 171 | 165 | - |
CMYK | 0 | 0.10 | 0.13 | 0.26 |
HSL | 15º | 0.15% | 0.69% | - |
HSV(B) | 15º | 0.13% | 0.74% | - |
XYZ | 42.34 | 42.66 | 41.6 | - |
YUV | 175.7 | 121.96 | 137.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 171 | 165 | 0 | 0.10 | 0.13 | 0.26 | 15 | 0.15 | 0.69 |
Hex | BD | AB | A5 | 0 | A | D | 1A | F | F | 45 |
Octal | 275 | 253 | 245 | 0 | 12 | 15 | 32 | 17 | 17 | 105 |
Binary | 10111101 | 10101011 | 10100101 | 0 | 1010 | 1101 | 11010 | 1111 | 1111 | 1000101 |
Color Harmonies of #BDABA5
Complementary color
Monochromatic Colors of #BDABA5
Black with #BDABA5
Text Example
Text Example
White with #BDABA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDABA5; }
p { color: rgb(189,171,165); }
H1.HeaderClassName
{
color: #BDABA5;
}
.AnyTagClassName
{
color: #BDABA5;
}
</style>
background-color css
<style>
a { background-color: #BDABA5; }
a { background-color: rgb(189,171,165); }
div.DivClassName
{
background-color: #BDABA5;
}
.BgClassName
{
background-color: #BDABA5;
}
</style>
border-color css
<style>
span { border-color: #BDABA5; }
span { border-color: rgb(189,171,165); }
td.TdClassName
{
border-color: #BDABA5;
}
.TagClassName
{
border-color: #BDABA5;
}
</style>