Shades of Maverick #BCB7BB
Tints of Maverick #BCB7BB
RGB
CMYK
RGB Variations
Color information
#BCB7BB (or 0xBCB7BB) is known color: Maverick. HEX triplet: BC, B7 and BB. RGB value is (188,183,187). Sum of RGB (Red+Green+Blue) = 188+183+187=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 183 (71.88% from 255 or 32.80% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7BB is #434844. Grayscale: #B8B8B8. Windows color (decimal): -4409413 or 12302268. OLE color: 12302268.
HSL color Cylindrical-coordinate representation of color #BCB7BB: hue angle of 312º 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 #BCB7BB is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 187 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.26 |
| HSL | 312º | 0.04% | 0.73% | - |
| HSV(B) | 312º | 0.03% | 0.74% | - |
| XYZ | 46.64 | 48.15 | 53.85 | - |
| YUV | 184.95 | 129.16 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 187 | 0 | 0.03 | 0.01 | 0.26 | 312 | 0.04 | 0.73 |
| Hex | BC | B7 | BB | 0 | 3 | 1 | 1A | 138 | 4 | 49 |
| Octal | 274 | 267 | 273 | 0 | 3 | 1 | 32 | 470 | 4 | 111 |
| Binary | 10111100 | 10110111 | 10111011 | 0 | 11 | 1 | 11010 | 100111000 | 100 | 1001001 |
Color Harmonies of #BCB7BB
Complementary color
Monochromatic Colors of #BCB7BB
Black with #BCB7BB
Text Example
Text Example
White with #BCB7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB7BB; }
p { color: rgb(188,183,187); }
H1.HeaderClassName
{
color: #BCB7BB;
}
.AnyTagClassName
{
color: #BCB7BB;
}
</style>
background-color css
<style>
a { background-color: #BCB7BB; }
a { background-color: rgb(188,183,187); }
div.DivClassName
{
background-color: #BCB7BB;
}
.BgClassName
{
background-color: #BCB7BB;
}
</style>
border-color css
<style>
span { border-color: #BCB7BB; }
span { border-color: rgb(188,183,187); }
td.TdClassName
{
border-color: #BCB7BB;
}
.TagClassName
{
border-color: #BCB7BB;
}
</style>