Shades of Maverick #BFB9BC
Tints of Maverick #BFB9BC
RGB
CMYK
RGB Variations
Color information
#BFB9BC (or 0xBFB9BC) is known color: Maverick. HEX triplet: BF, B9 and BC. RGB value is (191,185,188). Sum of RGB (Red+Green+Blue) = 191+185+188=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 185 (72.66% from 255 or 32.80% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB9BC is #404643. Grayscale: #BBBBBB. Windows color (decimal): -4212292 or 12368319. OLE color: 12368319.
HSL color Cylindrical-coordinate representation of color #BFB9BC: hue angle of 330º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BFB9BC is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 185 | 188 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.25 |
| HSL | 330º | 0.04% | 0.74% | - |
| HSV(B) | 330º | 0.03% | 0.75% | - |
| XYZ | 47.91 | 49.41 | 54.59 | - |
| YUV | 187.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 188 | 0 | 0.03 | 0.02 | 0.25 | 330 | 0.04 | 0.74 |
| Hex | BF | B9 | BC | 0 | 3 | 2 | 19 | 14A | 4 | 4A |
| Octal | 277 | 271 | 274 | 0 | 3 | 2 | 31 | 512 | 4 | 112 |
| Binary | 10111111 | 10111001 | 10111100 | 0 | 11 | 10 | 11001 | 101001010 | 100 | 1001010 |
Color Harmonies of #BFB9BC
Complementary color
Monochromatic Colors of #BFB9BC
Black with #BFB9BC
Text Example
Text Example
White with #BFB9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB9BC; }
p { color: rgb(191,185,188); }
H1.HeaderClassName
{
color: #BFB9BC;
}
.AnyTagClassName
{
color: #BFB9BC;
}
</style>
background-color css
<style>
a { background-color: #BFB9BC; }
a { background-color: rgb(191,185,188); }
div.DivClassName
{
background-color: #BFB9BC;
}
.BgClassName
{
background-color: #BFB9BC;
}
</style>
border-color css
<style>
span { border-color: #BFB9BC; }
span { border-color: rgb(191,185,188); }
td.TdClassName
{
border-color: #BFB9BC;
}
.TagClassName
{
border-color: #BFB9BC;
}
</style>