Shades of Maverick #BDB0B7
Tints of Maverick #BDB0B7
RGB
CMYK
RGB Variations
Color information
#BDB0B7 (or 0xBDB0B7) is known color: Maverick. HEX triplet: BD, B0 and B7. RGB value is (189,176,183). Sum of RGB (Red+Green+Blue) = 189+176+183=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 183 (71.88% from 255 or 33.39% from 548); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB0B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB0B7 is #424F48. Grayscale: #B4B4B4. Windows color (decimal): -4345673 or 12038333. OLE color: 12038333.
HSL color Cylindrical-coordinate representation of color #BDB0B7: hue angle of 327.69º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDB0B7 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 183 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.26 |
| HSL | 327.69º | 0.09% | 0.72% | - |
| HSV(B) | 327.69º | 0.07% | 0.74% | - |
| XYZ | 45.06 | 45.29 | 51.17 | - |
| YUV | 180.69 | 129.31 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 183 | 0 | 0.07 | 0.03 | 0.26 | 327.69 | 0.09 | 0.72 |
| Hex | BD | B0 | B7 | 0 | 7 | 3 | 1A | 148 | 9 | 48 |
| Octal | 275 | 260 | 267 | 0 | 7 | 3 | 32 | 510 | 11 | 110 |
| Binary | 10111101 | 10110000 | 10110111 | 0 | 111 | 11 | 11010 | 101001000 | 1001 | 1001000 |
Color Harmonies of #BDB0B7
Complementary color
Monochromatic Colors of #BDB0B7
Black with #BDB0B7
Text Example
Text Example
White with #BDB0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB0B7; }
p { color: rgb(189,176,183); }
H1.HeaderClassName
{
color: #BDB0B7;
}
.AnyTagClassName
{
color: #BDB0B7;
}
</style>
background-color css
<style>
a { background-color: #BDB0B7; }
a { background-color: rgb(189,176,183); }
div.DivClassName
{
background-color: #BDB0B7;
}
.BgClassName
{
background-color: #BDB0B7;
}
</style>
border-color css
<style>
span { border-color: #BDB0B7; }
span { border-color: rgb(189,176,183); }
td.TdClassName
{
border-color: #BDB0B7;
}
.TagClassName
{
border-color: #BDB0B7;
}
</style>