Shades of Martini #BBAFAB
Tints of Martini #BBAFAB
RGB
CMYK
RGB Variations
Color information
#BBAFAB (or 0xBBAFAB) is known color: Martini. HEX triplet: BB, AF and AB. RGB value is (187,175,171). Sum of RGB (Red+Green+Blue) = 187+175+171=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAFAB is #445054. Grayscale: #B2B2B2. Windows color (decimal): -4477013 or 11251643. OLE color: 11251643.
HSL color Cylindrical-coordinate representation of color #BBAFAB: hue angle of 15º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBAFAB is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 171 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.27 |
| HSL | 15º | 0.11% | 0.7% | - |
| HSV(B) | 15º | 0.09% | 0.73% | - |
| XYZ | 43.17 | 44.17 | 44.78 | - |
| YUV | 178.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 171 | 0 | 0.06 | 0.09 | 0.27 | 15 | 0.11 | 0.7 |
| Hex | BB | AF | AB | 0 | 6 | 9 | 1B | F | B | 46 |
| Octal | 273 | 257 | 253 | 0 | 6 | 11 | 33 | 17 | 13 | 106 |
| Binary | 10111011 | 10101111 | 10101011 | 0 | 110 | 1001 | 11011 | 1111 | 1011 | 1000110 |
Color Harmonies of #BBAFAB
Complementary color
Monochromatic Colors of #BBAFAB
Black with #BBAFAB
Text Example
Text Example
White with #BBAFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAFAB; }
p { color: rgb(187,175,171); }
H1.HeaderClassName
{
color: #BBAFAB;
}
.AnyTagClassName
{
color: #BBAFAB;
}
</style>
background-color css
<style>
a { background-color: #BBAFAB; }
a { background-color: rgb(187,175,171); }
div.DivClassName
{
background-color: #BBAFAB;
}
.BgClassName
{
background-color: #BBAFAB;
}
</style>
border-color css
<style>
span { border-color: #BBAFAB; }
span { border-color: rgb(187,175,171); }
td.TdClassName
{
border-color: #BBAFAB;
}
.TagClassName
{
border-color: #BBAFAB;
}
</style>