Shades of Maverick #BDB8BA
Tints of Maverick #BDB8BA
RGB
CMYK
RGB Variations
Color information
#BDB8BA (or 0xBDB8BA) is known color: Maverick. HEX triplet: BD, B8 and BA. RGB value is (189,184,186). Sum of RGB (Red+Green+Blue) = 189+184+186=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 184 (72.27% from 255 or 32.92% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB8BA is #424745. Grayscale: #B9B9B9. Windows color (decimal): -4343622 or 12236989. OLE color: 12236989.
HSL color Cylindrical-coordinate representation of color #BDB8BA: hue angle of 336º 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 #BDB8BA is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 184 | 186 | - |
CMYK | 0 | 0.03 | 0.02 | 0.26 |
HSL | 336º | 0.04% | 0.73% | - |
HSV(B) | 336º | 0.03% | 0.74% | - |
XYZ | 46.99 | 48.64 | 53.37 | - |
YUV | 185.72 | 128.16 | 130.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 184 | 186 | 0 | 0.03 | 0.02 | 0.26 | 336 | 0.04 | 0.73 |
Hex | BD | B8 | BA | 0 | 3 | 2 | 1A | 150 | 4 | 49 |
Octal | 275 | 270 | 272 | 0 | 3 | 2 | 32 | 520 | 4 | 111 |
Binary | 10111101 | 10111000 | 10111010 | 0 | 11 | 10 | 11010 | 101010000 | 100 | 1001001 |
Color Harmonies of #BDB8BA
Complementary color
Monochromatic Colors of #BDB8BA
Black with #BDB8BA
Text Example
Text Example
White with #BDB8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB8BA; }
p { color: rgb(189,184,186); }
H1.HeaderClassName
{
color: #BDB8BA;
}
.AnyTagClassName
{
color: #BDB8BA;
}
</style>
background-color css
<style>
a { background-color: #BDB8BA; }
a { background-color: rgb(189,184,186); }
div.DivClassName
{
background-color: #BDB8BA;
}
.BgClassName
{
background-color: #BDB8BA;
}
</style>
border-color css
<style>
span { border-color: #BDB8BA; }
span { border-color: rgb(189,184,186); }
td.TdClassName
{
border-color: #BDB8BA;
}
.TagClassName
{
border-color: #BDB8BA;
}
</style>