Shades of Martini #BBABA3
Tints of Martini #BBABA3
RGB
CMYK
RGB Variations
Color information
#BBABA3 (or 0xBBABA3) is known color: Martini. HEX triplet: BB, AB and A3. RGB value is (187,171,163). Sum of RGB (Red+Green+Blue) = 187+171+163=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 187 - color contains mainly: red. Hex color #BBABA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBABA3 is #44545C. Grayscale: #AEAEAE. Windows color (decimal): -4478045 or 10726331. OLE color: 10726331.
HSL color Cylindrical-coordinate representation of color #BBABA3: hue angle of 20º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBABA3 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
RGB | 187 | 171 | 163 | - |
CMYK | 0 | 0.09 | 0.13 | 0.27 |
HSL | 20º | 0.15% | 0.69% | - |
HSV(B) | 20º | 0.13% | 0.73% | - |
XYZ | 41.67 | 42.33 | 40.63 | - |
YUV | 174.87 | 121.3 | 136.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 171 | 163 | 0 | 0.09 | 0.13 | 0.27 | 20 | 0.15 | 0.69 |
Hex | BB | AB | A3 | 0 | 9 | D | 1B | 14 | F | 45 |
Octal | 273 | 253 | 243 | 0 | 11 | 15 | 33 | 24 | 17 | 105 |
Binary | 10111011 | 10101011 | 10100011 | 0 | 1001 | 1101 | 11011 | 10100 | 1111 | 1000101 |
Color Harmonies of #BBABA3
Complementary color
Monochromatic Colors of #BBABA3
Black with #BBABA3
Text Example
Text Example
White with #BBABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBABA3; }
p { color: rgb(187,171,163); }
H1.HeaderClassName
{
color: #BBABA3;
}
.AnyTagClassName
{
color: #BBABA3;
}
</style>
background-color css
<style>
a { background-color: #BBABA3; }
a { background-color: rgb(187,171,163); }
div.DivClassName
{
background-color: #BBABA3;
}
.BgClassName
{
background-color: #BBABA3;
}
</style>
border-color css
<style>
span { border-color: #BBABA3; }
span { border-color: rgb(187,171,163); }
td.TdClassName
{
border-color: #BBABA3;
}
.TagClassName
{
border-color: #BBABA3;
}
</style>