Shades of Maverick #BBB7BA
Tints of Maverick #BBB7BA
RGB
CMYK
RGB Variations
Color information
#BBB7BA (or 0xBBB7BA) is known color: Maverick. HEX triplet: BB, B7 and BA. RGB value is (187,183,186). Sum of RGB (Red+Green+Blue) = 187+183+186=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 183 (71.88% from 255 or 32.91% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7BA is #444845. Grayscale: #B8B8B8. Windows color (decimal): -4474950 or 12236731. OLE color: 12236731.
HSL color Cylindrical-coordinate representation of color #BBB7BA: hue angle of 315º degrees, saturation: 0.03, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BBB7BA is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 183 | 186 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.27 |
| HSL | 315º | 0.03% | 0.73% | - |
| HSV(B) | 315º | 0.02% | 0.73% | - |
| XYZ | 46.29 | 47.98 | 53.28 | - |
| YUV | 184.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 186 | 0 | 0.02 | 0.01 | 0.27 | 315 | 0.03 | 0.73 |
| Hex | BB | B7 | BA | 0 | 2 | 1 | 1B | 13B | 3 | 49 |
| Octal | 273 | 267 | 272 | 0 | 2 | 1 | 33 | 473 | 3 | 111 |
| Binary | 10111011 | 10110111 | 10111010 | 0 | 10 | 1 | 11011 | 100111011 | 11 | 1001001 |
Color Harmonies of #BBB7BA
Complementary color
Monochromatic Colors of #BBB7BA
Black with #BBB7BA
Text Example
Text Example
White with #BBB7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB7BA; }
p { color: rgb(187,183,186); }
H1.HeaderClassName
{
color: #BBB7BA;
}
.AnyTagClassName
{
color: #BBB7BA;
}
</style>
background-color css
<style>
a { background-color: #BBB7BA; }
a { background-color: rgb(187,183,186); }
div.DivClassName
{
background-color: #BBB7BA;
}
.BgClassName
{
background-color: #BBB7BA;
}
</style>
border-color css
<style>
span { border-color: #BBB7BA; }
span { border-color: rgb(187,183,186); }
td.TdClassName
{
border-color: #BBB7BA;
}
.TagClassName
{
border-color: #BBB7BA;
}
</style>