Shades of Martini #BFADA8
Tints of Martini #BFADA8
RGB
CMYK
RGB Variations
Color information
#BFADA8 (or 0xBFADA8) is known color: Martini. HEX triplet: BF, AD and A8. RGB value is (191,173,168). Sum of RGB (Red+Green+Blue) = 191+173+168=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 191 - color contains mainly: red. Hex color #BFADA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFADA8 is #405257. Grayscale: #B1B1B1. Windows color (decimal): -4215384 or 11054527. OLE color: 11054527.
HSL color Cylindrical-coordinate representation of color #BFADA8: hue angle of 13.04º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFADA8 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 173 | 168 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.25 |
| HSL | 13.04º | 0.15% | 0.7% | - |
| HSV(B) | 13.04º | 0.12% | 0.75% | - |
| XYZ | 43.5 | 43.79 | 43.21 | - |
| YUV | 177.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 168 | 0 | 0.09 | 0.12 | 0.25 | 13.04 | 0.15 | 0.7 |
| Hex | BF | AD | A8 | 0 | 9 | C | 19 | D | F | 46 |
| Octal | 277 | 255 | 250 | 0 | 11 | 14 | 31 | 15 | 17 | 106 |
| Binary | 10111111 | 10101101 | 10101000 | 0 | 1001 | 1100 | 11001 | 1101 | 1111 | 1000110 |
Color Harmonies of #BFADA8
Complementary color
Monochromatic Colors of #BFADA8
Black with #BFADA8
Text Example
Text Example
White with #BFADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADA8; }
p { color: rgb(191,173,168); }
H1.HeaderClassName
{
color: #BFADA8;
}
.AnyTagClassName
{
color: #BFADA8;
}
</style>
background-color css
<style>
a { background-color: #BFADA8; }
a { background-color: rgb(191,173,168); }
div.DivClassName
{
background-color: #BFADA8;
}
.BgClassName
{
background-color: #BFADA8;
}
</style>
border-color css
<style>
span { border-color: #BFADA8; }
span { border-color: rgb(191,173,168); }
td.TdClassName
{
border-color: #BFADA8;
}
.TagClassName
{
border-color: #BFADA8;
}
</style>