Shades of Maverick #BFBABE
Tints of Maverick #BFBABE
RGB
CMYK
RGB Variations
Color information
#BFBABE (or 0xBFBABE) is known color: Maverick. HEX triplet: BF, BA and BE. RGB value is (191,186,190). Sum of RGB (Red+Green+Blue) = 191+186+190=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBABE is #404541. Grayscale: #BBBBBB. Windows color (decimal): -4212034 or 12499647. OLE color: 12499647.
HSL color Cylindrical-coordinate representation of color #BFBABE: hue angle of 312º 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 #BFBABE is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 186 | 190 | - |
CMYK | 0 | 0.03 | 0.01 | 0.25 |
HSL | 312º | 0.04% | 0.74% | - |
HSV(B) | 312º | 0.03% | 0.75% | - |
XYZ | 48.34 | 49.91 | 55.8 | - |
YUV | 187.95 | 129.16 | 130.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 186 | 190 | 0 | 0.03 | 0.01 | 0.25 | 312 | 0.04 | 0.74 |
Hex | BF | BA | BE | 0 | 3 | 1 | 19 | 138 | 4 | 4A |
Octal | 277 | 272 | 276 | 0 | 3 | 1 | 31 | 470 | 4 | 112 |
Binary | 10111111 | 10111010 | 10111110 | 0 | 11 | 1 | 11001 | 100111000 | 100 | 1001010 |
Color Harmonies of #BFBABE
Complementary color
Monochromatic Colors of #BFBABE
Black with #BFBABE
Text Example
Text Example
White with #BFBABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBABE; }
p { color: rgb(191,186,190); }
H1.HeaderClassName
{
color: #BFBABE;
}
.AnyTagClassName
{
color: #BFBABE;
}
</style>
background-color css
<style>
a { background-color: #BFBABE; }
a { background-color: rgb(191,186,190); }
div.DivClassName
{
background-color: #BFBABE;
}
.BgClassName
{
background-color: #BFBABE;
}
</style>
border-color css
<style>
span { border-color: #BFBABE; }
span { border-color: rgb(191,186,190); }
td.TdClassName
{
border-color: #BFBABE;
}
.TagClassName
{
border-color: #BFBABE;
}
</style>