Shades of Maverick #BBB2B9
Tints of Maverick #BBB2B9
RGB
CMYK
RGB Variations
Color information
#BBB2B9 (or 0xBBB2B9) is known color: Maverick. HEX triplet: BB, B2 and B9. RGB value is (187,178,185). Sum of RGB (Red+Green+Blue) = 187+178+185=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2B9 is #444D46. Grayscale: #B5B5B5. Windows color (decimal): -4476231 or 12169915. OLE color: 12169915.
HSL color Cylindrical-coordinate representation of color #BBB2B9: hue angle of 313.33º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BBB2B9 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 178 | 185 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.27 |
| HSL | 313.33º | 0.06% | 0.72% | - |
| HSV(B) | 313.33º | 0.05% | 0.73% | - |
| XYZ | 45.17 | 45.91 | 52.38 | - |
| YUV | 181.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 185 | 0 | 0.05 | 0.01 | 0.27 | 313.33 | 0.06 | 0.72 |
| Hex | BB | B2 | B9 | 0 | 5 | 1 | 1B | 139 | 6 | 48 |
| Octal | 273 | 262 | 271 | 0 | 5 | 1 | 33 | 471 | 6 | 110 |
| Binary | 10111011 | 10110010 | 10111001 | 0 | 101 | 1 | 11011 | 100111001 | 110 | 1001000 |
Color Harmonies of #BBB2B9
Complementary color
Monochromatic Colors of #BBB2B9
Black with #BBB2B9
Text Example
Text Example
White with #BBB2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2B9; }
p { color: rgb(187,178,185); }
H1.HeaderClassName
{
color: #BBB2B9;
}
.AnyTagClassName
{
color: #BBB2B9;
}
</style>
background-color css
<style>
a { background-color: #BBB2B9; }
a { background-color: rgb(187,178,185); }
div.DivClassName
{
background-color: #BBB2B9;
}
.BgClassName
{
background-color: #BBB2B9;
}
</style>
border-color css
<style>
span { border-color: #BBB2B9; }
span { border-color: rgb(187,178,185); }
td.TdClassName
{
border-color: #BBB2B9;
}
.TagClassName
{
border-color: #BBB2B9;
}
</style>