Shades of Maverick #BCAEBA
Tints of Maverick #BCAEBA
RGB
CMYK
RGB Variations
Color information
#BCAEBA (or 0xBCAEBA) is known color: Maverick. HEX triplet: BC, AE and BA. RGB value is (188,174,186). Sum of RGB (Red+Green+Blue) = 188+174+186=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEBA is #435145. Grayscale: #B3B3B3. Windows color (decimal): -4411718 or 12234428. OLE color: 12234428.
HSL color Cylindrical-coordinate representation of color #BCAEBA: hue angle of 308.57º 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 #BCAEBA is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 186 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.26 |
| HSL | 308.57º | 0.09% | 0.71% | - |
| HSV(B) | 308.57º | 0.07% | 0.74% | - |
| XYZ | 44.74 | 44.51 | 52.69 | - |
| YUV | 179.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 186 | 0 | 0.07 | 0.01 | 0.26 | 308.57 | 0.09 | 0.71 |
| Hex | BC | AE | BA | 0 | 7 | 1 | 1A | 135 | 9 | 47 |
| Octal | 274 | 256 | 272 | 0 | 7 | 1 | 32 | 465 | 11 | 107 |
| Binary | 10111100 | 10101110 | 10111010 | 0 | 111 | 1 | 11010 | 100110101 | 1001 | 1000111 |
Color Harmonies of #BCAEBA
Complementary color
Monochromatic Colors of #BCAEBA
Black with #BCAEBA
Text Example
Text Example
White with #BCAEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAEBA; }
p { color: rgb(188,174,186); }
H1.HeaderClassName
{
color: #BCAEBA;
}
.AnyTagClassName
{
color: #BCAEBA;
}
</style>
background-color css
<style>
a { background-color: #BCAEBA; }
a { background-color: rgb(188,174,186); }
div.DivClassName
{
background-color: #BCAEBA;
}
.BgClassName
{
background-color: #BCAEBA;
}
</style>
border-color css
<style>
span { border-color: #BCAEBA; }
span { border-color: rgb(188,174,186); }
td.TdClassName
{
border-color: #BCAEBA;
}
.TagClassName
{
border-color: #BCAEBA;
}
</style>