Shades of Maverick #BBB0B7
Tints of Maverick #BBB0B7
RGB
CMYK
RGB Variations
Color information
#BBB0B7 (or 0xBBB0B7) is known color: Maverick. HEX triplet: BB, B0 and B7. RGB value is (187,176,183). Sum of RGB (Red+Green+Blue) = 187+176+183=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 183 (71.88% from 255 or 33.52% from 546); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB0B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0B7 is #444F48. Grayscale: #B4B4B4. Windows color (decimal): -4476745 or 12038331. OLE color: 12038331.
HSL color Cylindrical-coordinate representation of color #BBB0B7: hue angle of 321.82º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBB0B7 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 183 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.27 |
| HSL | 321.82º | 0.07% | 0.71% | - |
| HSV(B) | 321.82º | 0.06% | 0.73% | - |
| XYZ | 44.57 | 45.03 | 51.14 | - |
| YUV | 180.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 183 | 0 | 0.06 | 0.02 | 0.27 | 321.82 | 0.07 | 0.71 |
| Hex | BB | B0 | B7 | 0 | 6 | 2 | 1B | 142 | 7 | 47 |
| Octal | 273 | 260 | 267 | 0 | 6 | 2 | 33 | 502 | 7 | 107 |
| Binary | 10111011 | 10110000 | 10110111 | 0 | 110 | 10 | 11011 | 101000010 | 111 | 1000111 |
Color Harmonies of #BBB0B7
Complementary color
Monochromatic Colors of #BBB0B7
Black with #BBB0B7
Text Example
Text Example
White with #BBB0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB0B7; }
p { color: rgb(187,176,183); }
H1.HeaderClassName
{
color: #BBB0B7;
}
.AnyTagClassName
{
color: #BBB0B7;
}
</style>
background-color css
<style>
a { background-color: #BBB0B7; }
a { background-color: rgb(187,176,183); }
div.DivClassName
{
background-color: #BBB0B7;
}
.BgClassName
{
background-color: #BBB0B7;
}
</style>
border-color css
<style>
span { border-color: #BBB0B7; }
span { border-color: rgb(187,176,183); }
td.TdClassName
{
border-color: #BBB0B7;
}
.TagClassName
{
border-color: #BBB0B7;
}
</style>