Shades of Maverick #BDACBA
Tints of Maverick #BDACBA
RGB
CMYK
RGB Variations
Color information
#BDACBA (or 0xBDACBA) is known color: Maverick. HEX triplet: BD, AC and BA. RGB value is (189,172,186). Sum of RGB (Red+Green+Blue) = 189+172+186=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 189 - color contains mainly: red. Hex color #BDACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACBA is #425345. Grayscale: #B2B2B2. Windows color (decimal): -4346694 or 12233917. OLE color: 12233917.
HSL color Cylindrical-coordinate representation of color #BDACBA: hue angle of 310.59º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDACBA is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 172 | 186 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.26 |
| HSL | 310.59º | 0.11% | 0.71% | - |
| HSV(B) | 310.59º | 0.09% | 0.74% | - |
| XYZ | 44.6 | 43.87 | 52.57 | - |
| YUV | 178.68 | 132.13 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 186 | 0 | 0.09 | 0.02 | 0.26 | 310.59 | 0.11 | 0.71 |
| Hex | BD | AC | BA | 0 | 9 | 2 | 1A | 137 | B | 47 |
| Octal | 275 | 254 | 272 | 0 | 11 | 2 | 32 | 467 | 13 | 107 |
| Binary | 10111101 | 10101100 | 10111010 | 0 | 1001 | 10 | 11010 | 100110111 | 1011 | 1000111 |
Color Harmonies of #BDACBA
Complementary color
Monochromatic Colors of #BDACBA
Black with #BDACBA
Text Example
Text Example
White with #BDACBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDACBA; }
p { color: rgb(189,172,186); }
H1.HeaderClassName
{
color: #BDACBA;
}
.AnyTagClassName
{
color: #BDACBA;
}
</style>
background-color css
<style>
a { background-color: #BDACBA; }
a { background-color: rgb(189,172,186); }
div.DivClassName
{
background-color: #BDACBA;
}
.BgClassName
{
background-color: #BDACBA;
}
</style>
border-color css
<style>
span { border-color: #BDACBA; }
span { border-color: rgb(189,172,186); }
td.TdClassName
{
border-color: #BDACBA;
}
.TagClassName
{
border-color: #BDACBA;
}
</style>