Shades of Maverick #BBB9BA
Tints of Maverick #BBB9BA
RGB
CMYK
RGB Variations
Color information
#BBB9BA (or 0xBBB9BA) is known color: Maverick. HEX triplet: BB, B9 and BA. RGB value is (187,185,186). Sum of RGB (Red+Green+Blue) = 187+185+186=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB9BA is #444645. Grayscale: #B9B9B9. Windows color (decimal): -4474438 or 12237243. OLE color: 12237243.
HSL color Cylindrical-coordinate representation of color #BBB9BA: hue angle of 330º degrees, saturation: 0.01, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BBB9BA is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 186 | - |
| CMYK | 0 | 0.01 | 0.01 | 0.27 |
| HSL | 330º | 0.01% | 0.73% | - |
| HSV(B) | 330º | 0.01% | 0.73% | - |
| XYZ | 46.71 | 48.81 | 53.41 | - |
| YUV | 185.71 | 128.16 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 186 | 0 | 0.01 | 0.01 | 0.27 | 330 | 0.01 | 0.73 |
| Hex | BB | B9 | BA | 0 | 1 | 1 | 1B | 14A | 1 | 49 |
| Octal | 273 | 271 | 272 | 0 | 1 | 1 | 33 | 512 | 1 | 111 |
| Binary | 10111011 | 10111001 | 10111010 | 0 | 1 | 1 | 11011 | 101001010 | 1 | 1001001 |
Color Harmonies of #BBB9BA
Complementary color
Monochromatic Colors of #BBB9BA
Black with #BBB9BA
Text Example
Text Example
White with #BBB9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB9BA; }
p { color: rgb(187,185,186); }
H1.HeaderClassName
{
color: #BBB9BA;
}
.AnyTagClassName
{
color: #BBB9BA;
}
</style>
background-color css
<style>
a { background-color: #BBB9BA; }
a { background-color: rgb(187,185,186); }
div.DivClassName
{
background-color: #BBB9BA;
}
.BgClassName
{
background-color: #BBB9BA;
}
</style>
border-color css
<style>
span { border-color: #BBB9BA; }
span { border-color: rgb(187,185,186); }
td.TdClassName
{
border-color: #BBB9BA;
}
.TagClassName
{
border-color: #BBB9BA;
}
</style>