Shades of Martini #BCAAA6
Tints of Martini #BCAAA6
RGB
CMYK
RGB Variations
Color information
#BCAAA6 (or 0xBCAAA6) is known color: Martini. HEX triplet: BC, AA and A6. RGB value is (188,170,166). Sum of RGB (Red+Green+Blue) = 188+170+166=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAAA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAAA6 is #435559. Grayscale: #AEAEAE. Windows color (decimal): -4412762 or 10922684. OLE color: 10922684.
HSL color Cylindrical-coordinate representation of color #BCAAA6: hue angle of 10.91º 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 #BCAAA6 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 166 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.26 |
| HSL | 10.91º | 0.14% | 0.69% | - |
| HSV(B) | 10.91º | 0.12% | 0.74% | - |
| XYZ | 42 | 42.19 | 42.01 | - |
| YUV | 174.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 166 | 0 | 0.10 | 0.12 | 0.26 | 10.91 | 0.14 | 0.69 |
| Hex | BC | AA | A6 | 0 | A | C | 1A | B | E | 45 |
| Octal | 274 | 252 | 246 | 0 | 12 | 14 | 32 | 13 | 16 | 105 |
| Binary | 10111100 | 10101010 | 10100110 | 0 | 1010 | 1100 | 11010 | 1011 | 1110 | 1000101 |
Color Harmonies of #BCAAA6
Complementary color
Monochromatic Colors of #BCAAA6
Black with #BCAAA6
Text Example
Text Example
White with #BCAAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAAA6; }
p { color: rgb(188,170,166); }
H1.HeaderClassName
{
color: #BCAAA6;
}
.AnyTagClassName
{
color: #BCAAA6;
}
</style>
background-color css
<style>
a { background-color: #BCAAA6; }
a { background-color: rgb(188,170,166); }
div.DivClassName
{
background-color: #BCAAA6;
}
.BgClassName
{
background-color: #BCAAA6;
}
</style>
border-color css
<style>
span { border-color: #BCAAA6; }
span { border-color: rgb(188,170,166); }
td.TdClassName
{
border-color: #BCAAA6;
}
.TagClassName
{
border-color: #BCAAA6;
}
</style>