Shades of Maverick #BDB9BB
Tints of Maverick #BDB9BB
RGB
CMYK
RGB Variations
Color information
#BDB9BB (or 0xBDB9BB) is known color: Maverick. HEX triplet: BD, B9 and BB. RGB value is (189,185,187). Sum of RGB (Red+Green+Blue) = 189+185+187=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB9BB is #424644. Grayscale: #BABABA. Windows color (decimal): -4343365 or 12302781. OLE color: 12302781.
HSL color Cylindrical-coordinate representation of color #BDB9BB: hue angle of 330º degrees, saturation: 0.03, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BDB9BB is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 187 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.26 |
| HSL | 330º | 0.03% | 0.73% | - |
| HSV(B) | 330º | 0.02% | 0.74% | - |
| XYZ | 47.3 | 49.1 | 54 | - |
| YUV | 186.42 | 128.33 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 187 | 0 | 0.02 | 0.01 | 0.26 | 330 | 0.03 | 0.73 |
| Hex | BD | B9 | BB | 0 | 2 | 1 | 1A | 14A | 3 | 49 |
| Octal | 275 | 271 | 273 | 0 | 2 | 1 | 32 | 512 | 3 | 111 |
| Binary | 10111101 | 10111001 | 10111011 | 0 | 10 | 1 | 11010 | 101001010 | 11 | 1001001 |
Color Harmonies of #BDB9BB
Complementary color
Monochromatic Colors of #BDB9BB
Black with #BDB9BB
Text Example
Text Example
White with #BDB9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB9BB; }
p { color: rgb(189,185,187); }
H1.HeaderClassName
{
color: #BDB9BB;
}
.AnyTagClassName
{
color: #BDB9BB;
}
</style>
background-color css
<style>
a { background-color: #BDB9BB; }
a { background-color: rgb(189,185,187); }
div.DivClassName
{
background-color: #BDB9BB;
}
.BgClassName
{
background-color: #BDB9BB;
}
</style>
border-color css
<style>
span { border-color: #BDB9BB; }
span { border-color: rgb(189,185,187); }
td.TdClassName
{
border-color: #BDB9BB;
}
.TagClassName
{
border-color: #BDB9BB;
}
</style>