Shades of Maverick #BDB2B7
Tints of Maverick #BDB2B7
RGB
CMYK
RGB Variations
Color information
#BDB2B7 (or 0xBDB2B7) is known color: Maverick. HEX triplet: BD, B2 and B7. RGB value is (189,178,183). Sum of RGB (Red+Green+Blue) = 189+178+183=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 183 (71.88% from 255 or 33.27% from 550); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB2B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB2B7 is #424D48. Grayscale: #B5B5B5. Windows color (decimal): -4345161 or 12038845. OLE color: 12038845.
HSL color Cylindrical-coordinate representation of color #BDB2B7: hue angle of 332.73º 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 #BDB2B7 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 183 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.26 |
| HSL | 332.73º | 0.08% | 0.72% | - |
| HSV(B) | 332.73º | 0.06% | 0.74% | - |
| XYZ | 45.45 | 46.08 | 51.3 | - |
| YUV | 181.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 183 | 0 | 0.06 | 0.03 | 0.26 | 332.73 | 0.08 | 0.72 |
| Hex | BD | B2 | B7 | 0 | 6 | 3 | 1A | 14D | 8 | 48 |
| Octal | 275 | 262 | 267 | 0 | 6 | 3 | 32 | 515 | 10 | 110 |
| Binary | 10111101 | 10110010 | 10110111 | 0 | 110 | 11 | 11010 | 101001101 | 1000 | 1001000 |
Color Harmonies of #BDB2B7
Complementary color
Monochromatic Colors of #BDB2B7
Black with #BDB2B7
Text Example
Text Example
White with #BDB2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2B7; }
p { color: rgb(189,178,183); }
H1.HeaderClassName
{
color: #BDB2B7;
}
.AnyTagClassName
{
color: #BDB2B7;
}
</style>
background-color css
<style>
a { background-color: #BDB2B7; }
a { background-color: rgb(189,178,183); }
div.DivClassName
{
background-color: #BDB2B7;
}
.BgClassName
{
background-color: #BDB2B7;
}
</style>
border-color css
<style>
span { border-color: #BDB2B7; }
span { border-color: rgb(189,178,183); }
td.TdClassName
{
border-color: #BDB2B7;
}
.TagClassName
{
border-color: #BDB2B7;
}
</style>