Shades of Maverick #BFB1BC
Tints of Maverick #BFB1BC
RGB
CMYK
RGB Variations
Color information
#BFB1BC (or 0xBFB1BC) is known color: Maverick. HEX triplet: BF, B1 and BC. RGB value is (191,177,188). Sum of RGB (Red+Green+Blue) = 191+177+188=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 177 (69.53% from 255 or 31.83% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB1BC is #404E43. Grayscale: #B6B6B6. Windows color (decimal): -4214340 or 12366271. OLE color: 12366271.
HSL color Cylindrical-coordinate representation of color #BFB1BC: hue angle of 312.86º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFB1BC is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 188 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.25 |
| HSL | 312.86º | 0.1% | 0.72% | - |
| HSV(B) | 312.86º | 0.07% | 0.75% | - |
| XYZ | 46.29 | 46.15 | 54.05 | - |
| YUV | 182.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 188 | 0 | 0.07 | 0.02 | 0.25 | 312.86 | 0.1 | 0.72 |
| Hex | BF | B1 | BC | 0 | 7 | 2 | 19 | 139 | A | 48 |
| Octal | 277 | 261 | 274 | 0 | 7 | 2 | 31 | 471 | 12 | 110 |
| Binary | 10111111 | 10110001 | 10111100 | 0 | 111 | 10 | 11001 | 100111001 | 1010 | 1001000 |
Color Harmonies of #BFB1BC
Complementary color
Monochromatic Colors of #BFB1BC
Black with #BFB1BC
Text Example
Text Example
White with #BFB1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB1BC; }
p { color: rgb(191,177,188); }
H1.HeaderClassName
{
color: #BFB1BC;
}
.AnyTagClassName
{
color: #BFB1BC;
}
</style>
background-color css
<style>
a { background-color: #BFB1BC; }
a { background-color: rgb(191,177,188); }
div.DivClassName
{
background-color: #BFB1BC;
}
.BgClassName
{
background-color: #BFB1BC;
}
</style>
border-color css
<style>
span { border-color: #BFB1BC; }
span { border-color: rgb(191,177,188); }
td.TdClassName
{
border-color: #BFB1BC;
}
.TagClassName
{
border-color: #BFB1BC;
}
</style>