Shades of Maverick #BBB1B8
Tints of Maverick #BBB1B8
RGB
CMYK
RGB Variations
Color information
#BBB1B8 (or 0xBBB1B8) is known color: Maverick. HEX triplet: BB, B1 and B8. RGB value is (187,177,184). Sum of RGB (Red+Green+Blue) = 187+177+184=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 184 (72.27% from 255 or 33.58% from 548); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB1B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB1B8 is #444E47. Grayscale: #B4B4B4. Windows color (decimal): -4476488 or 12104123. OLE color: 12104123.
HSL color Cylindrical-coordinate representation of color #BBB1B8: hue angle of 318º 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 #BBB1B8 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 184 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.27 |
| HSL | 318º | 0.07% | 0.71% | - |
| HSV(B) | 318º | 0.05% | 0.73% | - |
| XYZ | 44.87 | 45.47 | 51.76 | - |
| YUV | 180.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 184 | 0 | 0.05 | 0.02 | 0.27 | 318 | 0.07 | 0.71 |
| Hex | BB | B1 | B8 | 0 | 5 | 2 | 1B | 13E | 7 | 47 |
| Octal | 273 | 261 | 270 | 0 | 5 | 2 | 33 | 476 | 7 | 107 |
| Binary | 10111011 | 10110001 | 10111000 | 0 | 101 | 10 | 11011 | 100111110 | 111 | 1000111 |
Color Harmonies of #BBB1B8
Complementary color
Monochromatic Colors of #BBB1B8
Black with #BBB1B8
Text Example
Text Example
White with #BBB1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB1B8; }
p { color: rgb(187,177,184); }
H1.HeaderClassName
{
color: #BBB1B8;
}
.AnyTagClassName
{
color: #BBB1B8;
}
</style>
background-color css
<style>
a { background-color: #BBB1B8; }
a { background-color: rgb(187,177,184); }
div.DivClassName
{
background-color: #BBB1B8;
}
.BgClassName
{
background-color: #BBB1B8;
}
</style>
border-color css
<style>
span { border-color: #BBB1B8; }
span { border-color: rgb(187,177,184); }
td.TdClassName
{
border-color: #BBB1B8;
}
.TagClassName
{
border-color: #BBB1B8;
}
</style>