Shades of Maverick #BEBABC
Tints of Maverick #BEBABC
RGB
CMYK
RGB Variations
Color information
#BEBABC (or 0xBEBABC) is known color: Maverick. HEX triplet: BE, BA and BC. RGB value is (190,186,188). Sum of RGB (Red+Green+Blue) = 190+186+188=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBABC is #414543. Grayscale: #BBBBBB. Windows color (decimal): -4277572 or 12368574. OLE color: 12368574.
HSL color Cylindrical-coordinate representation of color #BEBABC: hue angle of 330º degrees, saturation: 0.03, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BEBABC is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 186 | 188 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.25 |
| HSL | 330º | 0.03% | 0.74% | - |
| HSV(B) | 330º | 0.02% | 0.75% | - |
| XYZ | 47.87 | 49.7 | 54.65 | - |
| YUV | 187.42 | 128.33 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 188 | 0 | 0.02 | 0.01 | 0.25 | 330 | 0.03 | 0.74 |
| Hex | BE | BA | BC | 0 | 2 | 1 | 19 | 14A | 3 | 4A |
| Octal | 276 | 272 | 274 | 0 | 2 | 1 | 31 | 512 | 3 | 112 |
| Binary | 10111110 | 10111010 | 10111100 | 0 | 10 | 1 | 11001 | 101001010 | 11 | 1001010 |
Color Harmonies of #BEBABC
Complementary color
Monochromatic Colors of #BEBABC
Black with #BEBABC
Text Example
Text Example
White with #BEBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBABC; }
p { color: rgb(190,186,188); }
H1.HeaderClassName
{
color: #BEBABC;
}
.AnyTagClassName
{
color: #BEBABC;
}
</style>
background-color css
<style>
a { background-color: #BEBABC; }
a { background-color: rgb(190,186,188); }
div.DivClassName
{
background-color: #BEBABC;
}
.BgClassName
{
background-color: #BEBABC;
}
</style>
border-color css
<style>
span { border-color: #BEBABC; }
span { border-color: rgb(190,186,188); }
td.TdClassName
{
border-color: #BEBABC;
}
.TagClassName
{
border-color: #BEBABC;
}
</style>