Shades of Maverick #BBABB7
Tints of Maverick #BBABB7
RGB
CMYK
RGB Variations
Color information
#BBABB7 (or 0xBBABB7) is known color: Maverick. HEX triplet: BB, AB and B7. RGB value is (187,171,183). Sum of RGB (Red+Green+Blue) = 187+171+183=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 183 (71.88% from 255 or 33.83% from 541); Max value from RGB is 187 - color contains mainly: red. Hex color #BBABB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABB7 is #445448. Grayscale: #B1B1B1. Windows color (decimal): -4478025 or 12037051. OLE color: 12037051.
HSL color Cylindrical-coordinate representation of color #BBABB7: hue angle of 315º 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 #BBABB7 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 183 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.27 |
| HSL | 315º | 0.11% | 0.7% | - |
| HSV(B) | 315º | 0.09% | 0.73% | - |
| XYZ | 43.6 | 43.11 | 50.82 | - |
| YUV | 177.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 183 | 0 | 0.09 | 0.02 | 0.27 | 315 | 0.11 | 0.7 |
| Hex | BB | AB | B7 | 0 | 9 | 2 | 1B | 13B | B | 46 |
| Octal | 273 | 253 | 267 | 0 | 11 | 2 | 33 | 473 | 13 | 106 |
| Binary | 10111011 | 10101011 | 10110111 | 0 | 1001 | 10 | 11011 | 100111011 | 1011 | 1000110 |
Color Harmonies of #BBABB7
Complementary color
Monochromatic Colors of #BBABB7
Black with #BBABB7
Text Example
Text Example
White with #BBABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBABB7; }
p { color: rgb(187,171,183); }
H1.HeaderClassName
{
color: #BBABB7;
}
.AnyTagClassName
{
color: #BBABB7;
}
</style>
background-color css
<style>
a { background-color: #BBABB7; }
a { background-color: rgb(187,171,183); }
div.DivClassName
{
background-color: #BBABB7;
}
.BgClassName
{
background-color: #BBABB7;
}
</style>
border-color css
<style>
span { border-color: #BBABB7; }
span { border-color: rgb(187,171,183); }
td.TdClassName
{
border-color: #BBABB7;
}
.TagClassName
{
border-color: #BBABB7;
}
</style>