Shades of Martini #B0ADAC
Tints of Martini #B0ADAC
RGB
CMYK
RGB Variations
Color information
#B0ADAC (or 0xB0ADAC) is known color: Martini. HEX triplet: B0, AD and AC. RGB value is (176,173,172). Sum of RGB (Red+Green+Blue) = 176+173+172=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 176 - color contains mainly: red. Hex color #B0ADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0ADAC is #4F5253. Grayscale: #ADADAD. Windows color (decimal): -5198420 or 11316656. OLE color: 11316656.
HSL color Cylindrical-coordinate representation of color #B0ADAC: hue angle of 15º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B0ADAC is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
RGB | 176 | 173 | 172 | - |
CMYK | 0 | 0.02 | 0.02 | 0.31 |
HSL | 15º | 0.02% | 0.68% | - |
HSV(B) | 15º | 0.02% | 0.69% | - |
XYZ | 40.29 | 42.1 | 45.03 | - |
YUV | 173.78 | 126.99 | 129.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 173 | 172 | 0 | 0.02 | 0.02 | 0.31 | 15 | 0.02 | 0.68 |
Hex | B0 | AD | AC | 0 | 2 | 2 | 1F | F | 2 | 44 |
Octal | 260 | 255 | 254 | 0 | 2 | 2 | 37 | 17 | 2 | 104 |
Binary | 10110000 | 10101101 | 10101100 | 0 | 10 | 10 | 11111 | 1111 | 10 | 1000100 |
Color Harmonies of #B0ADAC
Complementary color
Monochromatic Colors of #B0ADAC
Black with #B0ADAC
Text Example
Text Example
White with #B0ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ADAC; }
p { color: rgb(176,173,172); }
H1.HeaderClassName
{
color: #B0ADAC;
}
.AnyTagClassName
{
color: #B0ADAC;
}
</style>
background-color css
<style>
a { background-color: #B0ADAC; }
a { background-color: rgb(176,173,172); }
div.DivClassName
{
background-color: #B0ADAC;
}
.BgClassName
{
background-color: #B0ADAC;
}
</style>
border-color css
<style>
span { border-color: #B0ADAC; }
span { border-color: rgb(176,173,172); }
td.TdClassName
{
border-color: #B0ADAC;
}
.TagClassName
{
border-color: #B0ADAC;
}
</style>