Shades of Maverick #BCB9BB
Tints of Maverick #BCB9BB
RGB
CMYK
RGB Variations
Color information
#BCB9BB (or 0xBCB9BB) is known color: Maverick. HEX triplet: BC, B9 and BB. RGB value is (188,185,187). Sum of RGB (Red+Green+Blue) = 188+185+187=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9BB is #434644. Grayscale: #BABABA. Windows color (decimal): -4408901 or 12302780. OLE color: 12302780.
HSL color Cylindrical-coordinate representation of color #BCB9BB: hue angle of 320º degrees, saturation: 0.02, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BCB9BB is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 187 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.26 |
| HSL | 320º | 0.02% | 0.73% | - |
| HSV(B) | 320º | 0.02% | 0.74% | - |
| XYZ | 47.06 | 48.98 | 53.99 | - |
| YUV | 186.13 | 128.49 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 187 | 0 | 0.02 | 0.01 | 0.26 | 320 | 0.02 | 0.73 |
| Hex | BC | B9 | BB | 0 | 2 | 1 | 1A | 140 | 2 | 49 |
| Octal | 274 | 271 | 273 | 0 | 2 | 1 | 32 | 500 | 2 | 111 |
| Binary | 10111100 | 10111001 | 10111011 | 0 | 10 | 1 | 11010 | 101000000 | 10 | 1001001 |
Color Harmonies of #BCB9BB
Complementary color
Monochromatic Colors of #BCB9BB
Black with #BCB9BB
Text Example
Text Example
White with #BCB9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB9BB; }
p { color: rgb(188,185,187); }
H1.HeaderClassName
{
color: #BCB9BB;
}
.AnyTagClassName
{
color: #BCB9BB;
}
</style>
background-color css
<style>
a { background-color: #BCB9BB; }
a { background-color: rgb(188,185,187); }
div.DivClassName
{
background-color: #BCB9BB;
}
.BgClassName
{
background-color: #BCB9BB;
}
</style>
border-color css
<style>
span { border-color: #BCB9BB; }
span { border-color: rgb(188,185,187); }
td.TdClassName
{
border-color: #BCB9BB;
}
.TagClassName
{
border-color: #BCB9BB;
}
</style>