Shades of Maverick #BCBABB
Tints of Maverick #BCBABB
RGB
CMYK
RGB Variations
Color information
#BCBABB (or 0xBCBABB) is known color: Maverick. HEX triplet: BC, BA and BB. RGB value is (188,186,187). Sum of RGB (Red+Green+Blue) = 188+186+187=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBABB is #434544. Grayscale: #BABABA. Windows color (decimal): -4408645 or 12303036. OLE color: 12303036.
HSL color Cylindrical-coordinate representation of color #BCBABB: hue angle of 330º degrees, saturation: 0.01, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BCBABB is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 187 | - |
| CMYK | 0 | 0.01 | 0.01 | 0.26 |
| HSL | 330º | 0.01% | 0.73% | - |
| HSV(B) | 330º | 0.01% | 0.74% | - |
| XYZ | 47.27 | 49.4 | 54.06 | - |
| YUV | 186.71 | 128.16 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 187 | 0 | 0.01 | 0.01 | 0.26 | 330 | 0.01 | 0.73 |
| Hex | BC | BA | BB | 0 | 1 | 1 | 1A | 14A | 1 | 49 |
| Octal | 274 | 272 | 273 | 0 | 1 | 1 | 32 | 512 | 1 | 111 |
| Binary | 10111100 | 10111010 | 10111011 | 0 | 1 | 1 | 11010 | 101001010 | 1 | 1001001 |
Color Harmonies of #BCBABB
Complementary color
Monochromatic Colors of #BCBABB
Black with #BCBABB
Text Example
Text Example
White with #BCBABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBABB; }
p { color: rgb(188,186,187); }
H1.HeaderClassName
{
color: #BCBABB;
}
.AnyTagClassName
{
color: #BCBABB;
}
</style>
background-color css
<style>
a { background-color: #BCBABB; }
a { background-color: rgb(188,186,187); }
div.DivClassName
{
background-color: #BCBABB;
}
.BgClassName
{
background-color: #BCBABB;
}
</style>
border-color css
<style>
span { border-color: #BCBABB; }
span { border-color: rgb(188,186,187); }
td.TdClassName
{
border-color: #BCBABB;
}
.TagClassName
{
border-color: #BCBABB;
}
</style>