Shades of Martini #BCABA2
Tints of Martini #BCABA2
RGB
CMYK
RGB Variations
Color information
#BCABA2 (or 0xBCABA2) is known color: Martini. HEX triplet: BC, AB and A2. RGB value is (188,171,162). Sum of RGB (Red+Green+Blue) = 188+171+162=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCABA2 is #43545D. Grayscale: #AFAFAF. Windows color (decimal): -4412510 or 10660796. OLE color: 10660796.
HSL color Cylindrical-coordinate representation of color #BCABA2: hue angle of 20.77º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCABA2 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 162 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.26 |
| HSL | 20.77º | 0.16% | 0.69% | - |
| HSV(B) | 20.77º | 0.14% | 0.74% | - |
| XYZ | 41.82 | 42.43 | 40.17 | - |
| YUV | 175.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 162 | 0 | 0.09 | 0.14 | 0.26 | 20.77 | 0.16 | 0.69 |
| Hex | BC | AB | A2 | 0 | 9 | E | 1A | 15 | 10 | 45 |
| Octal | 274 | 253 | 242 | 0 | 11 | 16 | 32 | 25 | 20 | 105 |
| Binary | 10111100 | 10101011 | 10100010 | 0 | 1001 | 1110 | 11010 | 10101 | 10000 | 1000101 |
Color Harmonies of #BCABA2
Complementary color
Monochromatic Colors of #BCABA2
Black with #BCABA2
Text Example
Text Example
White with #BCABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCABA2; }
p { color: rgb(188,171,162); }
H1.HeaderClassName
{
color: #BCABA2;
}
.AnyTagClassName
{
color: #BCABA2;
}
</style>
background-color css
<style>
a { background-color: #BCABA2; }
a { background-color: rgb(188,171,162); }
div.DivClassName
{
background-color: #BCABA2;
}
.BgClassName
{
background-color: #BCABA2;
}
</style>
border-color css
<style>
span { border-color: #BCABA2; }
span { border-color: rgb(188,171,162); }
td.TdClassName
{
border-color: #BCABA2;
}
.TagClassName
{
border-color: #BCABA2;
}
</style>