Shades of Martini #BBACA4
Tints of Martini #BBACA4
RGB
CMYK
RGB Variations
Color information
#BBACA4 (or 0xBBACA4) is known color: Martini. HEX triplet: BB, AC and A4. RGB value is (187,172,164). Sum of RGB (Red+Green+Blue) = 187+172+164=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 187 - color contains mainly: red. Hex color #BBACA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBACA4 is #44535B. Grayscale: #AFAFAF. Windows color (decimal): -4477788 or 10792123. OLE color: 10792123.
HSL color Cylindrical-coordinate representation of color #BBACA4: hue angle of 20.87º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBACA4 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
RGB | 187 | 172 | 164 | - |
CMYK | 0 | 0.08 | 0.12 | 0.27 |
HSL | 20.87º | 0.14% | 0.69% | - |
HSV(B) | 20.87º | 0.12% | 0.73% | - |
XYZ | 41.95 | 42.75 | 41.16 | - |
YUV | 175.57 | 121.47 | 136.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 172 | 164 | 0 | 0.08 | 0.12 | 0.27 | 20.87 | 0.14 | 0.69 |
Hex | BB | AC | A4 | 0 | 8 | C | 1B | 15 | E | 45 |
Octal | 273 | 254 | 244 | 0 | 10 | 14 | 33 | 25 | 16 | 105 |
Binary | 10111011 | 10101100 | 10100100 | 0 | 1000 | 1100 | 11011 | 10101 | 1110 | 1000101 |
Color Harmonies of #BBACA4
Complementary color
Monochromatic Colors of #BBACA4
Black with #BBACA4
Text Example
Text Example
White with #BBACA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBACA4; }
p { color: rgb(187,172,164); }
H1.HeaderClassName
{
color: #BBACA4;
}
.AnyTagClassName
{
color: #BBACA4;
}
</style>
background-color css
<style>
a { background-color: #BBACA4; }
a { background-color: rgb(187,172,164); }
div.DivClassName
{
background-color: #BBACA4;
}
.BgClassName
{
background-color: #BBACA4;
}
</style>
border-color css
<style>
span { border-color: #BBACA4; }
span { border-color: rgb(187,172,164); }
td.TdClassName
{
border-color: #BBACA4;
}
.TagClassName
{
border-color: #BBACA4;
}
</style>