Shades of Martini #B2ADAC
Tints of Martini #B2ADAC
RGB
CMYK
RGB Variations
Color information
#B2ADAC (or 0xB2ADAC) is known color: Martini. HEX triplet: B2, AD and AC. RGB value is (178,173,172). Sum of RGB (Red+Green+Blue) = 178+173+172=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 178 - color contains mainly: red. Hex color #B2ADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2ADAC is #4D5253. Grayscale: #AEAEAE. Windows color (decimal): -5067348 or 11316658. OLE color: 11316658.
HSL color Cylindrical-coordinate representation of color #B2ADAC: hue angle of 10º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B2ADAC is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
RGB | 178 | 173 | 172 | - |
CMYK | 0 | 0.03 | 0.03 | 0.30 |
HSL | 10º | 0.04% | 0.69% | - |
HSV(B) | 10º | 0.03% | 0.7% | - |
XYZ | 40.75 | 42.33 | 45.05 | - |
YUV | 174.38 | 126.66 | 130.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 173 | 172 | 0 | 0.03 | 0.03 | 0.30 | 10 | 0.04 | 0.69 |
Hex | B2 | AD | AC | 0 | 3 | 3 | 1E | A | 4 | 45 |
Octal | 262 | 255 | 254 | 0 | 3 | 3 | 36 | 12 | 4 | 105 |
Binary | 10110010 | 10101101 | 10101100 | 0 | 11 | 11 | 11110 | 1010 | 100 | 1000101 |
Color Harmonies of #B2ADAC
Complementary color
Monochromatic Colors of #B2ADAC
Black with #B2ADAC
Text Example
Text Example
White with #B2ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ADAC; }
p { color: rgb(178,173,172); }
H1.HeaderClassName
{
color: #B2ADAC;
}
.AnyTagClassName
{
color: #B2ADAC;
}
</style>
background-color css
<style>
a { background-color: #B2ADAC; }
a { background-color: rgb(178,173,172); }
div.DivClassName
{
background-color: #B2ADAC;
}
.BgClassName
{
background-color: #B2ADAC;
}
</style>
border-color css
<style>
span { border-color: #B2ADAC; }
span { border-color: rgb(178,173,172); }
td.TdClassName
{
border-color: #B2ADAC;
}
.TagClassName
{
border-color: #B2ADAC;
}
</style>