Shades of Maverick #BBB5B8
Tints of Maverick #BBB5B8
RGB
CMYK
RGB Variations
Color information
#BBB5B8 (or 0xBBB5B8) is known color: Maverick. HEX triplet: BB, B5 and B8. RGB value is (187,181,184). Sum of RGB (Red+Green+Blue) = 187+181+184=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 181 (71.09% from 255 or 32.79% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB5B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5B8 is #444A47. Grayscale: #B7B7B7. Windows color (decimal): -4475464 or 12105147. OLE color: 12105147.
HSL color Cylindrical-coordinate representation of color #BBB5B8: hue angle of 330º degrees, saturation: 0.04, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BBB5B8 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 181 | 184 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.27 |
| HSL | 330º | 0.04% | 0.72% | - |
| HSV(B) | 330º | 0.03% | 0.73% | - |
| XYZ | 45.67 | 47.07 | 52.03 | - |
| YUV | 183.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 184 | 0 | 0.03 | 0.02 | 0.27 | 330 | 0.04 | 0.72 |
| Hex | BB | B5 | B8 | 0 | 3 | 2 | 1B | 14A | 4 | 48 |
| Octal | 273 | 265 | 270 | 0 | 3 | 2 | 33 | 512 | 4 | 110 |
| Binary | 10111011 | 10110101 | 10111000 | 0 | 11 | 10 | 11011 | 101001010 | 100 | 1001000 |
Color Harmonies of #BBB5B8
Complementary color
Monochromatic Colors of #BBB5B8
Black with #BBB5B8
Text Example
Text Example
White with #BBB5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5B8; }
p { color: rgb(187,181,184); }
H1.HeaderClassName
{
color: #BBB5B8;
}
.AnyTagClassName
{
color: #BBB5B8;
}
</style>
background-color css
<style>
a { background-color: #BBB5B8; }
a { background-color: rgb(187,181,184); }
div.DivClassName
{
background-color: #BBB5B8;
}
.BgClassName
{
background-color: #BBB5B8;
}
</style>
border-color css
<style>
span { border-color: #BBB5B8; }
span { border-color: rgb(187,181,184); }
td.TdClassName
{
border-color: #BBB5B8;
}
.TagClassName
{
border-color: #BBB5B8;
}
</style>