Shades of Maverick #BCB6B9
Tints of Maverick #BCB6B9
RGB
CMYK
RGB Variations
Color information
#BCB6B9 (or 0xBCB6B9) is known color: Maverick. HEX triplet: BC, B6 and B9. RGB value is (188,182,185). Sum of RGB (Red+Green+Blue) = 188+182+185=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 182 (71.48% from 255 or 32.79% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6B9 is #434946. Grayscale: #B8B8B8. Windows color (decimal): -4409671 or 12170940. OLE color: 12170940.
HSL color Cylindrical-coordinate representation of color #BCB6B9: hue angle of 330º 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 #BCB6B9 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 182 | 185 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.26 |
| HSL | 330º | 0.04% | 0.73% | - |
| HSV(B) | 330º | 0.03% | 0.74% | - |
| XYZ | 46.22 | 47.65 | 52.66 | - |
| YUV | 184.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 185 | 0 | 0.03 | 0.02 | 0.26 | 330 | 0.04 | 0.73 |
| Hex | BC | B6 | B9 | 0 | 3 | 2 | 1A | 14A | 4 | 49 |
| Octal | 274 | 266 | 271 | 0 | 3 | 2 | 32 | 512 | 4 | 111 |
| Binary | 10111100 | 10110110 | 10111001 | 0 | 11 | 10 | 11010 | 101001010 | 100 | 1001001 |
Color Harmonies of #BCB6B9
Complementary color
Monochromatic Colors of #BCB6B9
Black with #BCB6B9
Text Example
Text Example
White with #BCB6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB6B9; }
p { color: rgb(188,182,185); }
H1.HeaderClassName
{
color: #BCB6B9;
}
.AnyTagClassName
{
color: #BCB6B9;
}
</style>
background-color css
<style>
a { background-color: #BCB6B9; }
a { background-color: rgb(188,182,185); }
div.DivClassName
{
background-color: #BCB6B9;
}
.BgClassName
{
background-color: #BCB6B9;
}
</style>
border-color css
<style>
span { border-color: #BCB6B9; }
span { border-color: rgb(188,182,185); }
td.TdClassName
{
border-color: #BCB6B9;
}
.TagClassName
{
border-color: #BCB6B9;
}
</style>