Shades of Maverick #BBB7B9
Tints of Maverick #BBB7B9
RGB
CMYK
RGB Variations
Color information
#BBB7B9 (or 0xBBB7B9) is known color: Maverick. HEX triplet: BB, B7 and B9. RGB value is (187,183,185). Sum of RGB (Red+Green+Blue) = 187+183+185=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 183 (71.88% from 255 or 32.97% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB7B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7B9 is #444846. Grayscale: #B8B8B8. Windows color (decimal): -4474951 or 12171195. OLE color: 12171195.
HSL color Cylindrical-coordinate representation of color #BBB7B9: hue angle of 330º degrees, saturation: 0.03, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BBB7B9 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
RGB | 187 | 183 | 185 | - |
CMYK | 0 | 0.02 | 0.01 | 0.27 |
HSL | 330º | 0.03% | 0.73% | - |
HSV(B) | 330º | 0.02% | 0.73% | - |
XYZ | 46.18 | 47.93 | 52.72 | - |
YUV | 184.42 | 128.33 | 129.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 183 | 185 | 0 | 0.02 | 0.01 | 0.27 | 330 | 0.03 | 0.73 |
Hex | BB | B7 | B9 | 0 | 2 | 1 | 1B | 14A | 3 | 49 |
Octal | 273 | 267 | 271 | 0 | 2 | 1 | 33 | 512 | 3 | 111 |
Binary | 10111011 | 10110111 | 10111001 | 0 | 10 | 1 | 11011 | 101001010 | 11 | 1001001 |
Color Harmonies of #BBB7B9
Complementary color
Monochromatic Colors of #BBB7B9
Black with #BBB7B9
Text Example
Text Example
White with #BBB7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB7B9; }
p { color: rgb(187,183,185); }
H1.HeaderClassName
{
color: #BBB7B9;
}
.AnyTagClassName
{
color: #BBB7B9;
}
</style>
background-color css
<style>
a { background-color: #BBB7B9; }
a { background-color: rgb(187,183,185); }
div.DivClassName
{
background-color: #BBB7B9;
}
.BgClassName
{
background-color: #BBB7B9;
}
</style>
border-color css
<style>
span { border-color: #BBB7B9; }
span { border-color: rgb(187,183,185); }
td.TdClassName
{
border-color: #BBB7B9;
}
.TagClassName
{
border-color: #BBB7B9;
}
</style>