Shades of Maverick #BEA6BA
Tints of Maverick #BEA6BA
RGB
CMYK
RGB Variations
Color information
#BEA6BA (or 0xBEA6BA) is known color: Maverick. HEX triplet: BE, A6 and BA. RGB value is (190,166,186). Sum of RGB (Red+Green+Blue) = 190+166+186=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA6BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA6BA is #415945. Grayscale: #AFAFAF. Windows color (decimal): -4282694 or 12232382. OLE color: 12232382.
HSL color Cylindrical-coordinate representation of color #BEA6BA: hue angle of 310º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEA6BA is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 166 | 186 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.25 |
| HSL | 310º | 0.16% | 0.7% | - |
| HSV(B) | 310º | 0.13% | 0.75% | - |
| XYZ | 43.73 | 41.76 | 52.21 | - |
| YUV | 175.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 166 | 186 | 0 | 0.13 | 0.02 | 0.25 | 310 | 0.16 | 0.7 |
| Hex | BE | A6 | BA | 0 | D | 2 | 19 | 136 | 10 | 46 |
| Octal | 276 | 246 | 272 | 0 | 15 | 2 | 31 | 466 | 20 | 106 |
| Binary | 10111110 | 10100110 | 10111010 | 0 | 1101 | 10 | 11001 | 100110110 | 10000 | 1000110 |
Color Harmonies of #BEA6BA
Complementary color
Monochromatic Colors of #BEA6BA
Black with #BEA6BA
Text Example
Text Example
White with #BEA6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA6BA; }
p { color: rgb(190,166,186); }
H1.HeaderClassName
{
color: #BEA6BA;
}
.AnyTagClassName
{
color: #BEA6BA;
}
</style>
background-color css
<style>
a { background-color: #BEA6BA; }
a { background-color: rgb(190,166,186); }
div.DivClassName
{
background-color: #BEA6BA;
}
.BgClassName
{
background-color: #BEA6BA;
}
</style>
border-color css
<style>
span { border-color: #BEA6BA; }
span { border-color: rgb(190,166,186); }
td.TdClassName
{
border-color: #BEA6BA;
}
.TagClassName
{
border-color: #BEA6BA;
}
</style>