Shades of Maverick #BBB1B7
Tints of Maverick #BBB1B7
RGB
CMYK
RGB Variations
Color information
#BBB1B7 (or 0xBBB1B7) is known color: Maverick. HEX triplet: BB, B1 and B7. RGB value is (187,177,183). Sum of RGB (Red+Green+Blue) = 187+177+183=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB1B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB1B7 is #444E48. Grayscale: #B4B4B4. Windows color (decimal): -4476489 or 12038587. OLE color: 12038587.
HSL color Cylindrical-coordinate representation of color #BBB1B7: hue angle of 324º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BBB1B7 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 183 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.27 |
| HSL | 324º | 0.07% | 0.71% | - |
| HSV(B) | 324º | 0.05% | 0.73% | - |
| XYZ | 44.76 | 45.43 | 51.21 | - |
| YUV | 180.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 183 | 0 | 0.05 | 0.02 | 0.27 | 324 | 0.07 | 0.71 |
| Hex | BB | B1 | B7 | 0 | 5 | 2 | 1B | 144 | 7 | 47 |
| Octal | 273 | 261 | 267 | 0 | 5 | 2 | 33 | 504 | 7 | 107 |
| Binary | 10111011 | 10110001 | 10110111 | 0 | 101 | 10 | 11011 | 101000100 | 111 | 1000111 |
Color Harmonies of #BBB1B7
Complementary color
Monochromatic Colors of #BBB1B7
Black with #BBB1B7
Text Example
Text Example
White with #BBB1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB1B7; }
p { color: rgb(187,177,183); }
H1.HeaderClassName
{
color: #BBB1B7;
}
.AnyTagClassName
{
color: #BBB1B7;
}
</style>
background-color css
<style>
a { background-color: #BBB1B7; }
a { background-color: rgb(187,177,183); }
div.DivClassName
{
background-color: #BBB1B7;
}
.BgClassName
{
background-color: #BBB1B7;
}
</style>
border-color css
<style>
span { border-color: #BBB1B7; }
span { border-color: rgb(187,177,183); }
td.TdClassName
{
border-color: #BBB1B7;
}
.TagClassName
{
border-color: #BBB1B7;
}
</style>