Shades of Martini #BCADA6
Tints of Martini #BCADA6
RGB
CMYK
RGB Variations
Color information
#BCADA6 (or 0xBCADA6) is known color: Martini. HEX triplet: BC, AD and A6. RGB value is (188,173,166). Sum of RGB (Red+Green+Blue) = 188+173+166=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCADA6 is #435259. Grayscale: #B0B0B0. Windows color (decimal): -4411994 or 10923452. OLE color: 10923452.
HSL color Cylindrical-coordinate representation of color #BCADA6: hue angle of 19.09º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCADA6 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 166 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.26 |
| HSL | 19.09º | 0.14% | 0.69% | - |
| HSV(B) | 19.09º | 0.12% | 0.74% | - |
| XYZ | 42.57 | 43.33 | 42.2 | - |
| YUV | 176.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 166 | 0 | 0.08 | 0.12 | 0.26 | 19.09 | 0.14 | 0.69 |
| Hex | BC | AD | A6 | 0 | 8 | C | 1A | 13 | E | 45 |
| Octal | 274 | 255 | 246 | 0 | 10 | 14 | 32 | 23 | 16 | 105 |
| Binary | 10111100 | 10101101 | 10100110 | 0 | 1000 | 1100 | 11010 | 10011 | 1110 | 1000101 |
Color Harmonies of #BCADA6
Complementary color
Monochromatic Colors of #BCADA6
Black with #BCADA6
Text Example
Text Example
White with #BCADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCADA6; }
p { color: rgb(188,173,166); }
H1.HeaderClassName
{
color: #BCADA6;
}
.AnyTagClassName
{
color: #BCADA6;
}
</style>
background-color css
<style>
a { background-color: #BCADA6; }
a { background-color: rgb(188,173,166); }
div.DivClassName
{
background-color: #BCADA6;
}
.BgClassName
{
background-color: #BCADA6;
}
</style>
border-color css
<style>
span { border-color: #BCADA6; }
span { border-color: rgb(188,173,166); }
td.TdClassName
{
border-color: #BCADA6;
}
.TagClassName
{
border-color: #BCADA6;
}
</style>