Shades of Martini #BFADA9
Tints of Martini #BFADA9
RGB
CMYK
RGB Variations
Color information
#BFADA9 (or 0xBFADA9) is known color: Martini. HEX triplet: BF, AD and A9. RGB value is (191,173,169). Sum of RGB (Red+Green+Blue) = 191+173+169=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 169 (66.41% from 255 or 31.71% from 533); Max value from RGB is 191 - color contains mainly: red. Hex color #BFADA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFADA9 is #405256. Grayscale: #B1B1B1. Windows color (decimal): -4215383 or 11120063. OLE color: 11120063.
HSL color Cylindrical-coordinate representation of color #BFADA9: hue angle of 10.91º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFADA9 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 173 | 169 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.25 |
| HSL | 10.91º | 0.15% | 0.71% | - |
| HSV(B) | 10.91º | 0.12% | 0.75% | - |
| XYZ | 43.59 | 43.83 | 43.7 | - |
| YUV | 177.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 169 | 0 | 0.09 | 0.12 | 0.25 | 10.91 | 0.15 | 0.71 |
| Hex | BF | AD | A9 | 0 | 9 | C | 19 | B | F | 47 |
| Octal | 277 | 255 | 251 | 0 | 11 | 14 | 31 | 13 | 17 | 107 |
| Binary | 10111111 | 10101101 | 10101001 | 0 | 1001 | 1100 | 11001 | 1011 | 1111 | 1000111 |
Color Harmonies of #BFADA9
Complementary color
Monochromatic Colors of #BFADA9
Black with #BFADA9
Text Example
Text Example
White with #BFADA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADA9; }
p { color: rgb(191,173,169); }
H1.HeaderClassName
{
color: #BFADA9;
}
.AnyTagClassName
{
color: #BFADA9;
}
</style>
background-color css
<style>
a { background-color: #BFADA9; }
a { background-color: rgb(191,173,169); }
div.DivClassName
{
background-color: #BFADA9;
}
.BgClassName
{
background-color: #BFADA9;
}
</style>
border-color css
<style>
span { border-color: #BFADA9; }
span { border-color: rgb(191,173,169); }
td.TdClassName
{
border-color: #BFADA9;
}
.TagClassName
{
border-color: #BFADA9;
}
</style>