Shades of Maverick #BCAFBA
Tints of Maverick #BCAFBA
RGB
CMYK
RGB Variations
Color information
#BCAFBA (or 0xBCAFBA) is known color: Maverick. HEX triplet: BC, AF and BA. RGB value is (188,175,186). Sum of RGB (Red+Green+Blue) = 188+175+186=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFBA is #435045. Grayscale: #B4B4B4. Windows color (decimal): -4411462 or 12234684. OLE color: 12234684.
HSL color Cylindrical-coordinate representation of color #BCAFBA: hue angle of 309.23º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCAFBA is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 186 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.26 |
| HSL | 309.23º | 0.09% | 0.71% | - |
| HSV(B) | 309.23º | 0.07% | 0.74% | - |
| XYZ | 44.93 | 44.9 | 52.75 | - |
| YUV | 180.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 186 | 0 | 0.07 | 0.01 | 0.26 | 309.23 | 0.09 | 0.71 |
| Hex | BC | AF | BA | 0 | 7 | 1 | 1A | 135 | 9 | 47 |
| Octal | 274 | 257 | 272 | 0 | 7 | 1 | 32 | 465 | 11 | 107 |
| Binary | 10111100 | 10101111 | 10111010 | 0 | 111 | 1 | 11010 | 100110101 | 1001 | 1000111 |
Color Harmonies of #BCAFBA
Complementary color
Monochromatic Colors of #BCAFBA
Black with #BCAFBA
Text Example
Text Example
White with #BCAFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFBA; }
p { color: rgb(188,175,186); }
H1.HeaderClassName
{
color: #BCAFBA;
}
.AnyTagClassName
{
color: #BCAFBA;
}
</style>
background-color css
<style>
a { background-color: #BCAFBA; }
a { background-color: rgb(188,175,186); }
div.DivClassName
{
background-color: #BCAFBA;
}
.BgClassName
{
background-color: #BCAFBA;
}
</style>
border-color css
<style>
span { border-color: #BCAFBA; }
span { border-color: rgb(188,175,186); }
td.TdClassName
{
border-color: #BCAFBA;
}
.TagClassName
{
border-color: #BCAFBA;
}
</style>