Shades of Maverick #BFBDBE
Tints of Maverick #BFBDBE
RGB
CMYK
RGB Variations
Color information
#BFBDBE (or 0xBFBDBE) is known color: Maverick. HEX triplet: BF, BD and BE. RGB value is (191,189,190). Sum of RGB (Red+Green+Blue) = 191+189+190=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDBE is #404241. Grayscale: #BDBDBD. Windows color (decimal): -4211266 or 12500415. OLE color: 12500415.
HSL color Cylindrical-coordinate representation of color #BFBDBE: hue angle of 330º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BFBDBE is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 189 | 190 | - |
CMYK | 0 | 0.01 | 0.01 | 0.25 |
HSL | 330º | 0.02% | 0.75% | - |
HSV(B) | 330º | 0.01% | 0.75% | - |
XYZ | 48.98 | 51.19 | 56.01 | - |
YUV | 189.71 | 128.16 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 189 | 190 | 0 | 0.01 | 0.01 | 0.25 | 330 | 0.02 | 0.75 |
Hex | BF | BD | BE | 0 | 1 | 1 | 19 | 14A | 2 | 4B |
Octal | 277 | 275 | 276 | 0 | 1 | 1 | 31 | 512 | 2 | 113 |
Binary | 10111111 | 10111101 | 10111110 | 0 | 1 | 1 | 11001 | 101001010 | 10 | 1001011 |
Color Harmonies of #BFBDBE
Complementary color
Monochromatic Colors of #BFBDBE
Black with #BFBDBE
Text Example
Text Example
White with #BFBDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBDBE; }
p { color: rgb(191,189,190); }
H1.HeaderClassName
{
color: #BFBDBE;
}
.AnyTagClassName
{
color: #BFBDBE;
}
</style>
background-color css
<style>
a { background-color: #BFBDBE; }
a { background-color: rgb(191,189,190); }
div.DivClassName
{
background-color: #BFBDBE;
}
.BgClassName
{
background-color: #BFBDBE;
}
</style>
border-color css
<style>
span { border-color: #BFBDBE; }
span { border-color: rgb(191,189,190); }
td.TdClassName
{
border-color: #BFBDBE;
}
.TagClassName
{
border-color: #BFBDBE;
}
</style>