Shades of Maverick #BDB7BB
Tints of Maverick #BDB7BB
RGB
CMYK
RGB Variations
Color information
#BDB7BB (or 0xBDB7BB) is known color: Maverick. HEX triplet: BD, B7 and BB. RGB value is (189,183,187). Sum of RGB (Red+Green+Blue) = 189+183+187=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 183 (71.88% from 255 or 32.74% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB7BB is #424844. Grayscale: #B9B9B9. Windows color (decimal): -4343877 or 12302269. OLE color: 12302269.
HSL color Cylindrical-coordinate representation of color #BDB7BB: hue angle of 320º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BDB7BB is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 187 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.26 |
| HSL | 320º | 0.04% | 0.73% | - |
| HSV(B) | 320º | 0.03% | 0.74% | - |
| XYZ | 46.89 | 48.27 | 53.86 | - |
| YUV | 185.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 187 | 0 | 0.03 | 0.01 | 0.26 | 320 | 0.04 | 0.73 |
| Hex | BD | B7 | BB | 0 | 3 | 1 | 1A | 140 | 4 | 49 |
| Octal | 275 | 267 | 273 | 0 | 3 | 1 | 32 | 500 | 4 | 111 |
| Binary | 10111101 | 10110111 | 10111011 | 0 | 11 | 1 | 11010 | 101000000 | 100 | 1001001 |
Color Harmonies of #BDB7BB
Complementary color
Monochromatic Colors of #BDB7BB
Black with #BDB7BB
Text Example
Text Example
White with #BDB7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB7BB; }
p { color: rgb(189,183,187); }
H1.HeaderClassName
{
color: #BDB7BB;
}
.AnyTagClassName
{
color: #BDB7BB;
}
</style>
background-color css
<style>
a { background-color: #BDB7BB; }
a { background-color: rgb(189,183,187); }
div.DivClassName
{
background-color: #BDB7BB;
}
.BgClassName
{
background-color: #BDB7BB;
}
</style>
border-color css
<style>
span { border-color: #BDB7BB; }
span { border-color: rgb(189,183,187); }
td.TdClassName
{
border-color: #BDB7BB;
}
.TagClassName
{
border-color: #BDB7BB;
}
</style>