Shades of Maverick #BFB7BC
Tints of Maverick #BFB7BC
RGB
CMYK
RGB Variations
Color information
#BFB7BC (or 0xBFB7BC) is known color: Maverick. HEX triplet: BF, B7 and BC. RGB value is (191,183,188). Sum of RGB (Red+Green+Blue) = 191+183+188=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 183 (71.88% from 255 or 32.56% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB7BC is #404843. Grayscale: #B9B9B9. Windows color (decimal): -4212804 or 12367807. OLE color: 12367807.
HSL color Cylindrical-coordinate representation of color #BFB7BC: hue angle of 322.5º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BFB7BC is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 188 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.25 |
| HSL | 322.5º | 0.06% | 0.73% | - |
| HSV(B) | 322.5º | 0.04% | 0.75% | - |
| XYZ | 47.5 | 48.57 | 54.45 | - |
| YUV | 185.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 188 | 0 | 0.04 | 0.02 | 0.25 | 322.5 | 0.06 | 0.73 |
| Hex | BF | B7 | BC | 0 | 4 | 2 | 19 | 142 | 6 | 49 |
| Octal | 277 | 267 | 274 | 0 | 4 | 2 | 31 | 502 | 6 | 111 |
| Binary | 10111111 | 10110111 | 10111100 | 0 | 100 | 10 | 11001 | 101000010 | 110 | 1001001 |
Color Harmonies of #BFB7BC
Complementary color
Monochromatic Colors of #BFB7BC
Black with #BFB7BC
Text Example
Text Example
White with #BFB7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB7BC; }
p { color: rgb(191,183,188); }
H1.HeaderClassName
{
color: #BFB7BC;
}
.AnyTagClassName
{
color: #BFB7BC;
}
</style>
background-color css
<style>
a { background-color: #BFB7BC; }
a { background-color: rgb(191,183,188); }
div.DivClassName
{
background-color: #BFB7BC;
}
.BgClassName
{
background-color: #BFB7BC;
}
</style>
border-color css
<style>
span { border-color: #BFB7BC; }
span { border-color: rgb(191,183,188); }
td.TdClassName
{
border-color: #BFB7BC;
}
.TagClassName
{
border-color: #BFB7BC;
}
</style>