Shades of Maverick #BBB5B7
Tints of Maverick #BBB5B7
RGB
CMYK
RGB Variations
Color information
#BBB5B7 (or 0xBBB5B7) is known color: Maverick. HEX triplet: BB, B5 and B7. RGB value is (187,181,183). Sum of RGB (Red+Green+Blue) = 187+181+183=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 181 (71.09% from 255 or 32.85% from 551); Blue value is 183 (71.88% from 255 or 33.21% from 551); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB5B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5B7 is #444A48. Grayscale: #B7B7B7. Windows color (decimal): -4475465 or 12039611. OLE color: 12039611.
HSL color Cylindrical-coordinate representation of color #BBB5B7: hue angle of 340º 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 #BBB5B7 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
RGB | 187 | 181 | 183 | - |
CMYK | 0 | 0.03 | 0.02 | 0.27 |
HSL | 340º | 0.04% | 0.72% | - |
HSV(B) | 340º | 0.03% | 0.73% | - |
XYZ | 45.56 | 47.03 | 51.48 | - |
YUV | 183.02 | 127.99 | 130.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 181 | 183 | 0 | 0.03 | 0.02 | 0.27 | 340 | 0.04 | 0.72 |
Hex | BB | B5 | B7 | 0 | 3 | 2 | 1B | 154 | 4 | 48 |
Octal | 273 | 265 | 267 | 0 | 3 | 2 | 33 | 524 | 4 | 110 |
Binary | 10111011 | 10110101 | 10110111 | 0 | 11 | 10 | 11011 | 101010100 | 100 | 1001000 |
Color Harmonies of #BBB5B7
Complementary color
Monochromatic Colors of #BBB5B7
Black with #BBB5B7
Text Example
Text Example
White with #BBB5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5B7; }
p { color: rgb(187,181,183); }
H1.HeaderClassName
{
color: #BBB5B7;
}
.AnyTagClassName
{
color: #BBB5B7;
}
</style>
background-color css
<style>
a { background-color: #BBB5B7; }
a { background-color: rgb(187,181,183); }
div.DivClassName
{
background-color: #BBB5B7;
}
.BgClassName
{
background-color: #BBB5B7;
}
</style>
border-color css
<style>
span { border-color: #BBB5B7; }
span { border-color: rgb(187,181,183); }
td.TdClassName
{
border-color: #BBB5B7;
}
.TagClassName
{
border-color: #BBB5B7;
}
</style>