Shades of Maverick #BFBCBD
Tints of Maverick #BFBCBD
RGB
CMYK
RGB Variations
Color information
#BFBCBD (or 0xBFBCBD) is known color: Maverick. HEX triplet: BF, BC and BD. RGB value is (191,188,189). Sum of RGB (Red+Green+Blue) = 191+188+189=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCBD is #404342. Grayscale: #BDBDBD. Windows color (decimal): -4211523 or 12434623. OLE color: 12434623.
HSL color Cylindrical-coordinate representation of color #BFBCBD: hue angle of 340º degrees, saturation: 0.02, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BFBCBD is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 189 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.25 |
| HSL | 340º | 0.02% | 0.74% | - |
| HSV(B) | 340º | 0.02% | 0.75% | - |
| XYZ | 48.65 | 50.72 | 55.37 | - |
| YUV | 189.01 | 127.99 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 189 | 0 | 0.02 | 0.01 | 0.25 | 340 | 0.02 | 0.74 |
| Hex | BF | BC | BD | 0 | 2 | 1 | 19 | 154 | 2 | 4A |
| Octal | 277 | 274 | 275 | 0 | 2 | 1 | 31 | 524 | 2 | 112 |
| Binary | 10111111 | 10111100 | 10111101 | 0 | 10 | 1 | 11001 | 101010100 | 10 | 1001010 |
Color Harmonies of #BFBCBD
Complementary color
Monochromatic Colors of #BFBCBD
Black with #BFBCBD
Text Example
Text Example
White with #BFBCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBCBD; }
p { color: rgb(191,188,189); }
H1.HeaderClassName
{
color: #BFBCBD;
}
.AnyTagClassName
{
color: #BFBCBD;
}
</style>
background-color css
<style>
a { background-color: #BFBCBD; }
a { background-color: rgb(191,188,189); }
div.DivClassName
{
background-color: #BFBCBD;
}
.BgClassName
{
background-color: #BFBCBD;
}
</style>
border-color css
<style>
span { border-color: #BFBCBD; }
span { border-color: rgb(191,188,189); }
td.TdClassName
{
border-color: #BFBCBD;
}
.TagClassName
{
border-color: #BFBCBD;
}
</style>