Shades of Maverick #BCAAB8
Tints of Maverick #BCAAB8
RGB
CMYK
RGB Variations
Color information
#BCAAB8 (or 0xBCAAB8) is known color: Maverick. HEX triplet: BC, AA and B8. RGB value is (188,170,184). Sum of RGB (Red+Green+Blue) = 188+170+184=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 184 (72.27% from 255 or 33.95% from 542); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAAB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAAB8 is #435547. Grayscale: #B0B0B0. Windows color (decimal): -4412744 or 12102332. OLE color: 12102332.
HSL color Cylindrical-coordinate representation of color #BCAAB8: hue angle of 313.33º 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 #BCAAB8 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 184 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.26 |
| HSL | 313.33º | 0.12% | 0.7% | - |
| HSV(B) | 313.33º | 0.1% | 0.74% | - |
| XYZ | 43.77 | 42.9 | 51.32 | - |
| YUV | 176.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 184 | 0 | 0.10 | 0.02 | 0.26 | 313.33 | 0.12 | 0.7 |
| Hex | BC | AA | B8 | 0 | A | 2 | 1A | 139 | C | 46 |
| Octal | 274 | 252 | 270 | 0 | 12 | 2 | 32 | 471 | 14 | 106 |
| Binary | 10111100 | 10101010 | 10111000 | 0 | 1010 | 10 | 11010 | 100111001 | 1100 | 1000110 |
Color Harmonies of #BCAAB8
Complementary color
Monochromatic Colors of #BCAAB8
Black with #BCAAB8
Text Example
Text Example
White with #BCAAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAAB8; }
p { color: rgb(188,170,184); }
H1.HeaderClassName
{
color: #BCAAB8;
}
.AnyTagClassName
{
color: #BCAAB8;
}
</style>
background-color css
<style>
a { background-color: #BCAAB8; }
a { background-color: rgb(188,170,184); }
div.DivClassName
{
background-color: #BCAAB8;
}
.BgClassName
{
background-color: #BCAAB8;
}
</style>
border-color css
<style>
span { border-color: #BCAAB8; }
span { border-color: rgb(188,170,184); }
td.TdClassName
{
border-color: #BCAAB8;
}
.TagClassName
{
border-color: #BCAAB8;
}
</style>