Shades of Maverick #BCB6BB
Tints of Maverick #BCB6BB
RGB
CMYK
RGB Variations
Color information
#BCB6BB (or 0xBCB6BB) is known color: Maverick. HEX triplet: BC, B6 and BB. RGB value is (188,182,187). Sum of RGB (Red+Green+Blue) = 188+182+187=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 182 (71.48% from 255 or 32.68% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6BB is #434944. Grayscale: #B8B8B8. Windows color (decimal): -4409669 or 12302012. OLE color: 12302012.
HSL color Cylindrical-coordinate representation of color #BCB6BB: hue angle of 310º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BCB6BB is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 182 | 187 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.26 |
| HSL | 310º | 0.04% | 0.73% | - |
| HSV(B) | 310º | 0.03% | 0.74% | - |
| XYZ | 46.44 | 47.74 | 53.78 | - |
| YUV | 184.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 187 | 0 | 0.03 | 0.01 | 0.26 | 310 | 0.04 | 0.73 |
| Hex | BC | B6 | BB | 0 | 3 | 1 | 1A | 136 | 4 | 49 |
| Octal | 274 | 266 | 273 | 0 | 3 | 1 | 32 | 466 | 4 | 111 |
| Binary | 10111100 | 10110110 | 10111011 | 0 | 11 | 1 | 11010 | 100110110 | 100 | 1001001 |
Color Harmonies of #BCB6BB
Complementary color
Monochromatic Colors of #BCB6BB
Black with #BCB6BB
Text Example
Text Example
White with #BCB6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB6BB; }
p { color: rgb(188,182,187); }
H1.HeaderClassName
{
color: #BCB6BB;
}
.AnyTagClassName
{
color: #BCB6BB;
}
</style>
background-color css
<style>
a { background-color: #BCB6BB; }
a { background-color: rgb(188,182,187); }
div.DivClassName
{
background-color: #BCB6BB;
}
.BgClassName
{
background-color: #BCB6BB;
}
</style>
border-color css
<style>
span { border-color: #BCB6BB; }
span { border-color: rgb(188,182,187); }
td.TdClassName
{
border-color: #BCB6BB;
}
.TagClassName
{
border-color: #BCB6BB;
}
</style>