Shades of Maverick #BBACB7
Tints of Maverick #BBACB7
RGB
CMYK
RGB Variations
Color information
#BBACB7 (or 0xBBACB7) is known color: Maverick. HEX triplet: BB, AC and B7. RGB value is (187,172,183). Sum of RGB (Red+Green+Blue) = 187+172+183=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 187 - color contains mainly: red. Hex color #BBACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACB7 is #445348. Grayscale: #B1B1B1. Windows color (decimal): -4477769 or 12037307. OLE color: 12037307.
HSL color Cylindrical-coordinate representation of color #BBACB7: hue angle of 316º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBACB7 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 183 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.27 |
| HSL | 316º | 0.1% | 0.7% | - |
| HSV(B) | 316º | 0.08% | 0.73% | - |
| XYZ | 43.79 | 43.49 | 50.89 | - |
| YUV | 177.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 183 | 0 | 0.08 | 0.02 | 0.27 | 316 | 0.1 | 0.7 |
| Hex | BB | AC | B7 | 0 | 8 | 2 | 1B | 13C | A | 46 |
| Octal | 273 | 254 | 267 | 0 | 10 | 2 | 33 | 474 | 12 | 106 |
| Binary | 10111011 | 10101100 | 10110111 | 0 | 1000 | 10 | 11011 | 100111100 | 1010 | 1000110 |
Color Harmonies of #BBACB7
Complementary color
Monochromatic Colors of #BBACB7
Black with #BBACB7
Text Example
Text Example
White with #BBACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBACB7; }
p { color: rgb(187,172,183); }
H1.HeaderClassName
{
color: #BBACB7;
}
.AnyTagClassName
{
color: #BBACB7;
}
</style>
background-color css
<style>
a { background-color: #BBACB7; }
a { background-color: rgb(187,172,183); }
div.DivClassName
{
background-color: #BBACB7;
}
.BgClassName
{
background-color: #BBACB7;
}
</style>
border-color css
<style>
span { border-color: #BBACB7; }
span { border-color: rgb(187,172,183); }
td.TdClassName
{
border-color: #BBACB7;
}
.TagClassName
{
border-color: #BBACB7;
}
</style>