Shades of Martini #B3ADAC
Tints of Martini #B3ADAC
RGB
CMYK
RGB Variations
Color information
#B3ADAC (or 0xB3ADAC) is known color: Martini. HEX triplet: B3, AD and AC. RGB value is (179,173,172). Sum of RGB (Red+Green+Blue) = 179+173+172=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 179 - color contains mainly: red. Hex color #B3ADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3ADAC is #4C5253. Grayscale: #AEAEAE. Windows color (decimal): -5001812 or 11316659. OLE color: 11316659.
HSL color Cylindrical-coordinate representation of color #B3ADAC: hue angle of 8.57º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B3ADAC is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 173 | 172 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.30 |
| HSL | 8.57º | 0.04% | 0.69% | - |
| HSV(B) | 8.57º | 0.04% | 0.7% | - |
| XYZ | 40.98 | 42.45 | 45.06 | - |
| YUV | 174.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 173 | 172 | 0 | 0.03 | 0.04 | 0.30 | 8.57 | 0.04 | 0.69 |
| Hex | B3 | AD | AC | 0 | 3 | 4 | 1E | 9 | 4 | 45 |
| Octal | 263 | 255 | 254 | 0 | 3 | 4 | 36 | 11 | 4 | 105 |
| Binary | 10110011 | 10101101 | 10101100 | 0 | 11 | 100 | 11110 | 1001 | 100 | 1000101 |
Color Harmonies of #B3ADAC
Complementary color
Monochromatic Colors of #B3ADAC
Black with #B3ADAC
Text Example
Text Example
White with #B3ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ADAC; }
p { color: rgb(179,173,172); }
H1.HeaderClassName
{
color: #B3ADAC;
}
.AnyTagClassName
{
color: #B3ADAC;
}
</style>
background-color css
<style>
a { background-color: #B3ADAC; }
a { background-color: rgb(179,173,172); }
div.DivClassName
{
background-color: #B3ADAC;
}
.BgClassName
{
background-color: #B3ADAC;
}
</style>
border-color css
<style>
span { border-color: #B3ADAC; }
span { border-color: rgb(179,173,172); }
td.TdClassName
{
border-color: #B3ADAC;
}
.TagClassName
{
border-color: #B3ADAC;
}
</style>