Shades of Martini #B1ADAC
Tints of Martini #B1ADAC
RGB
CMYK
RGB Variations
Color information
#B1ADAC (or 0xB1ADAC) is known color: Martini. HEX triplet: B1, AD and AC. RGB value is (177,173,172). Sum of RGB (Red+Green+Blue) = 177+173+172=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 177 - color contains mainly: red. Hex color #B1ADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1ADAC is #4E5253. Grayscale: #AEAEAE. Windows color (decimal): -5132884 or 11316657. OLE color: 11316657.
HSL color Cylindrical-coordinate representation of color #B1ADAC: hue angle of 12º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B1ADAC is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 173 | 172 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.31 |
| HSL | 12º | 0.03% | 0.68% | - |
| HSV(B) | 12º | 0.03% | 0.69% | - |
| XYZ | 40.52 | 42.21 | 45.04 | - |
| YUV | 174.08 | 126.83 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 173 | 172 | 0 | 0.02 | 0.03 | 0.31 | 12 | 0.03 | 0.68 |
| Hex | B1 | AD | AC | 0 | 2 | 3 | 1F | C | 3 | 44 |
| Octal | 261 | 255 | 254 | 0 | 2 | 3 | 37 | 14 | 3 | 104 |
| Binary | 10110001 | 10101101 | 10101100 | 0 | 10 | 11 | 11111 | 1100 | 11 | 1000100 |
Color Harmonies of #B1ADAC
Complementary color
Monochromatic Colors of #B1ADAC
Black with #B1ADAC
Text Example
Text Example
White with #B1ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ADAC; }
p { color: rgb(177,173,172); }
H1.HeaderClassName
{
color: #B1ADAC;
}
.AnyTagClassName
{
color: #B1ADAC;
}
</style>
background-color css
<style>
a { background-color: #B1ADAC; }
a { background-color: rgb(177,173,172); }
div.DivClassName
{
background-color: #B1ADAC;
}
.BgClassName
{
background-color: #B1ADAC;
}
</style>
border-color css
<style>
span { border-color: #B1ADAC; }
span { border-color: rgb(177,173,172); }
td.TdClassName
{
border-color: #B1ADAC;
}
.TagClassName
{
border-color: #B1ADAC;
}
</style>