Shades of Maverick #BCAAB9
Tints of Maverick #BCAAB9
RGB
CMYK
RGB Variations
Color information
#BCAAB9 (or 0xBCAAB9) is known color: Maverick. HEX triplet: BC, AA and B9. RGB value is (188,170,185). Sum of RGB (Red+Green+Blue) = 188+170+185=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 185 (72.66% from 255 or 34.07% from 543); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAAB9 is #435546. Grayscale: #B1B1B1. Windows color (decimal): -4412743 or 12167868. OLE color: 12167868.
HSL color Cylindrical-coordinate representation of color #BCAAB9: hue angle of 310º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCAAB9 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 185 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.26 |
| HSL | 310º | 0.12% | 0.7% | - |
| HSV(B) | 310º | 0.1% | 0.74% | - |
| XYZ | 43.87 | 42.94 | 51.88 | - |
| YUV | 177.09 | 132.46 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 185 | 0 | 0.10 | 0.02 | 0.26 | 310 | 0.12 | 0.7 |
| Hex | BC | AA | B9 | 0 | A | 2 | 1A | 136 | C | 46 |
| Octal | 274 | 252 | 271 | 0 | 12 | 2 | 32 | 466 | 14 | 106 |
| Binary | 10111100 | 10101010 | 10111001 | 0 | 1010 | 10 | 11010 | 100110110 | 1100 | 1000110 |
Color Harmonies of #BCAAB9
Complementary color
Monochromatic Colors of #BCAAB9
Black with #BCAAB9
Text Example
Text Example
White with #BCAAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAAB9; }
p { color: rgb(188,170,185); }
H1.HeaderClassName
{
color: #BCAAB9;
}
.AnyTagClassName
{
color: #BCAAB9;
}
</style>
background-color css
<style>
a { background-color: #BCAAB9; }
a { background-color: rgb(188,170,185); }
div.DivClassName
{
background-color: #BCAAB9;
}
.BgClassName
{
background-color: #BCAAB9;
}
</style>
border-color css
<style>
span { border-color: #BCAAB9; }
span { border-color: rgb(188,170,185); }
td.TdClassName
{
border-color: #BCAAB9;
}
.TagClassName
{
border-color: #BCAAB9;
}
</style>