Shades of Maverick #BFAFBD
Tints of Maverick #BFAFBD
RGB
CMYK
RGB Variations
Color information
#BFAFBD (or 0xBFAFBD) is known color: Maverick. HEX triplet: BF, AF and BD. RGB value is (191,175,189). Sum of RGB (Red+Green+Blue) = 191+175+189=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFBD is #405042. Grayscale: #B5B5B5. Windows color (decimal): -4214851 or 12431295. OLE color: 12431295.
HSL color Cylindrical-coordinate representation of color #BFAFBD: hue angle of 307.5º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFAFBD is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 175 | 189 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.25 |
| HSL | 307.5º | 0.11% | 0.72% | - |
| HSV(B) | 307.5º | 0.08% | 0.75% | - |
| XYZ | 46 | 45.41 | 54.48 | - |
| YUV | 181.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 189 | 0 | 0.08 | 0.01 | 0.25 | 307.5 | 0.11 | 0.72 |
| Hex | BF | AF | BD | 0 | 8 | 1 | 19 | 134 | B | 48 |
| Octal | 277 | 257 | 275 | 0 | 10 | 1 | 31 | 464 | 13 | 110 |
| Binary | 10111111 | 10101111 | 10111101 | 0 | 1000 | 1 | 11001 | 100110100 | 1011 | 1001000 |
Color Harmonies of #BFAFBD
Complementary color
Monochromatic Colors of #BFAFBD
Black with #BFAFBD
Text Example
Text Example
White with #BFAFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAFBD; }
p { color: rgb(191,175,189); }
H1.HeaderClassName
{
color: #BFAFBD;
}
.AnyTagClassName
{
color: #BFAFBD;
}
</style>
background-color css
<style>
a { background-color: #BFAFBD; }
a { background-color: rgb(191,175,189); }
div.DivClassName
{
background-color: #BFAFBD;
}
.BgClassName
{
background-color: #BFAFBD;
}
</style>
border-color css
<style>
span { border-color: #BFAFBD; }
span { border-color: rgb(191,175,189); }
td.TdClassName
{
border-color: #BFAFBD;
}
.TagClassName
{
border-color: #BFAFBD;
}
</style>