Shades of Maverick #BBB5B9
Tints of Maverick #BBB5B9
RGB
CMYK
RGB Variations
Color information
#BBB5B9 (or 0xBBB5B9) is known color: Maverick. HEX triplet: BB, B5 and B9. RGB value is (187,181,185). Sum of RGB (Red+Green+Blue) = 187+181+185=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 181 (71.09% from 255 or 32.73% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5B9 is #444A46. Grayscale: #B7B7B7. Windows color (decimal): -4475463 or 12170683. OLE color: 12170683.
HSL color Cylindrical-coordinate representation of color #BBB5B9: hue angle of 320º 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 #BBB5B9 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
RGB | 187 | 181 | 185 | - |
CMYK | 0 | 0.03 | 0.01 | 0.27 |
HSL | 320º | 0.04% | 0.72% | - |
HSV(B) | 320º | 0.03% | 0.73% | - |
XYZ | 45.77 | 47.12 | 52.58 | - |
YUV | 183.25 | 128.99 | 130.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 181 | 185 | 0 | 0.03 | 0.01 | 0.27 | 320 | 0.04 | 0.72 |
Hex | BB | B5 | B9 | 0 | 3 | 1 | 1B | 140 | 4 | 48 |
Octal | 273 | 265 | 271 | 0 | 3 | 1 | 33 | 500 | 4 | 110 |
Binary | 10111011 | 10110101 | 10111001 | 0 | 11 | 1 | 11011 | 101000000 | 100 | 1001000 |
Color Harmonies of #BBB5B9
Complementary color
Monochromatic Colors of #BBB5B9
Black with #BBB5B9
Text Example
Text Example
White with #BBB5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5B9; }
p { color: rgb(187,181,185); }
H1.HeaderClassName
{
color: #BBB5B9;
}
.AnyTagClassName
{
color: #BBB5B9;
}
</style>
background-color css
<style>
a { background-color: #BBB5B9; }
a { background-color: rgb(187,181,185); }
div.DivClassName
{
background-color: #BBB5B9;
}
.BgClassName
{
background-color: #BBB5B9;
}
</style>
border-color css
<style>
span { border-color: #BBB5B9; }
span { border-color: rgb(187,181,185); }
td.TdClassName
{
border-color: #BBB5B9;
}
.TagClassName
{
border-color: #BBB5B9;
}
</style>