Shades of Maverick #BDB5BB
Tints of Maverick #BDB5BB
RGB
CMYK
RGB Variations
Color information
#BDB5BB (or 0xBDB5BB) is known color: Maverick. HEX triplet: BD, B5 and BB. RGB value is (189,181,187). Sum of RGB (Red+Green+Blue) = 189+181+187=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB5BB is #424A44. Grayscale: #B8B8B8. Windows color (decimal): -4344389 or 12301757. OLE color: 12301757.
HSL color Cylindrical-coordinate representation of color #BDB5BB: hue angle of 315º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDB5BB is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 187 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.26 |
| HSL | 315º | 0.06% | 0.73% | - |
| HSV(B) | 315º | 0.04% | 0.74% | - |
| XYZ | 46.48 | 47.45 | 53.72 | - |
| YUV | 184.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 187 | 0 | 0.04 | 0.01 | 0.26 | 315 | 0.06 | 0.73 |
| Hex | BD | B5 | BB | 0 | 4 | 1 | 1A | 13B | 6 | 49 |
| Octal | 275 | 265 | 273 | 0 | 4 | 1 | 32 | 473 | 6 | 111 |
| Binary | 10111101 | 10110101 | 10111011 | 0 | 100 | 1 | 11010 | 100111011 | 110 | 1001001 |
Color Harmonies of #BDB5BB
Complementary color
Monochromatic Colors of #BDB5BB
Black with #BDB5BB
Text Example
Text Example
White with #BDB5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB5BB; }
p { color: rgb(189,181,187); }
H1.HeaderClassName
{
color: #BDB5BB;
}
.AnyTagClassName
{
color: #BDB5BB;
}
</style>
background-color css
<style>
a { background-color: #BDB5BB; }
a { background-color: rgb(189,181,187); }
div.DivClassName
{
background-color: #BDB5BB;
}
.BgClassName
{
background-color: #BDB5BB;
}
</style>
border-color css
<style>
span { border-color: #BDB5BB; }
span { border-color: rgb(189,181,187); }
td.TdClassName
{
border-color: #BDB5BB;
}
.TagClassName
{
border-color: #BDB5BB;
}
</style>