Shades of Maverick #BDB8BB
Tints of Maverick #BDB8BB
RGB
CMYK
RGB Variations
Color information
#BDB8BB (or 0xBDB8BB) is known color: Maverick. HEX triplet: BD, B8 and BB. RGB value is (189,184,187). Sum of RGB (Red+Green+Blue) = 189+184+187=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 184 (72.27% from 255 or 32.86% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB8BB is #424744. Grayscale: #B9B9B9. Windows color (decimal): -4343621 or 12302525. OLE color: 12302525.
HSL color Cylindrical-coordinate representation of color #BDB8BB: hue angle of 324º 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 #BDB8BB is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 187 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.26 |
| HSL | 324º | 0.04% | 0.73% | - |
| HSV(B) | 324º | 0.03% | 0.74% | - |
| XYZ | 47.1 | 48.69 | 53.93 | - |
| YUV | 185.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 187 | 0 | 0.03 | 0.01 | 0.26 | 324 | 0.04 | 0.73 |
| Hex | BD | B8 | BB | 0 | 3 | 1 | 1A | 144 | 4 | 49 |
| Octal | 275 | 270 | 273 | 0 | 3 | 1 | 32 | 504 | 4 | 111 |
| Binary | 10111101 | 10111000 | 10111011 | 0 | 11 | 1 | 11010 | 101000100 | 100 | 1001001 |
Color Harmonies of #BDB8BB
Complementary color
Monochromatic Colors of #BDB8BB
Black with #BDB8BB
Text Example
Text Example
White with #BDB8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB8BB; }
p { color: rgb(189,184,187); }
H1.HeaderClassName
{
color: #BDB8BB;
}
.AnyTagClassName
{
color: #BDB8BB;
}
</style>
background-color css
<style>
a { background-color: #BDB8BB; }
a { background-color: rgb(189,184,187); }
div.DivClassName
{
background-color: #BDB8BB;
}
.BgClassName
{
background-color: #BDB8BB;
}
</style>
border-color css
<style>
span { border-color: #BDB8BB; }
span { border-color: rgb(189,184,187); }
td.TdClassName
{
border-color: #BDB8BB;
}
.TagClassName
{
border-color: #BDB8BB;
}
</style>