Shades of Maverick #BDB2B9
Tints of Maverick #BDB2B9
RGB
CMYK
RGB Variations
Color information
#BDB2B9 (or 0xBDB2B9) is known color: Maverick. HEX triplet: BD, B2 and B9. RGB value is (189,178,185). Sum of RGB (Red+Green+Blue) = 189+178+185=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 178 (69.92% from 255 or 32.25% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB2B9 is #424D46. Grayscale: #B6B6B6. Windows color (decimal): -4345159 or 12169917. OLE color: 12169917.
HSL color Cylindrical-coordinate representation of color #BDB2B9: hue angle of 321.82º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDB2B9 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 178 | 185 | - |
CMYK | 0 | 0.06 | 0.02 | 0.26 |
HSL | 321.82º | 0.08% | 0.72% | - |
HSV(B) | 321.82º | 0.06% | 0.74% | - |
XYZ | 45.66 | 46.16 | 52.4 | - |
YUV | 182.09 | 129.64 | 132.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 178 | 185 | 0 | 0.06 | 0.02 | 0.26 | 321.82 | 0.08 | 0.72 |
Hex | BD | B2 | B9 | 0 | 6 | 2 | 1A | 142 | 8 | 48 |
Octal | 275 | 262 | 271 | 0 | 6 | 2 | 32 | 502 | 10 | 110 |
Binary | 10111101 | 10110010 | 10111001 | 0 | 110 | 10 | 11010 | 101000010 | 1000 | 1001000 |
Color Harmonies of #BDB2B9
Complementary color
Monochromatic Colors of #BDB2B9
Black with #BDB2B9
Text Example
Text Example
White with #BDB2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2B9; }
p { color: rgb(189,178,185); }
H1.HeaderClassName
{
color: #BDB2B9;
}
.AnyTagClassName
{
color: #BDB2B9;
}
</style>
background-color css
<style>
a { background-color: #BDB2B9; }
a { background-color: rgb(189,178,185); }
div.DivClassName
{
background-color: #BDB2B9;
}
.BgClassName
{
background-color: #BDB2B9;
}
</style>
border-color css
<style>
span { border-color: #BDB2B9; }
span { border-color: rgb(189,178,185); }
td.TdClassName
{
border-color: #BDB2B9;
}
.TagClassName
{
border-color: #BDB2B9;
}
</style>