Shades of Maverick #BEB8BB
Tints of Maverick #BEB8BB
RGB
CMYK
RGB Variations
Color information
#BEB8BB (or 0xBEB8BB) is known color: Maverick. HEX triplet: BE, B8 and BB. RGB value is (190,184,187). Sum of RGB (Red+Green+Blue) = 190+184+187=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 184 (72.27% from 255 or 32.80% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB8BB is #414744. Grayscale: #BABABA. Windows color (decimal): -4278085 or 12302526. OLE color: 12302526.
HSL color Cylindrical-coordinate representation of color #BEB8BB: hue angle of 330º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BEB8BB is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 184 | 187 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.25 |
| HSL | 330º | 0.04% | 0.73% | - |
| HSV(B) | 330º | 0.03% | 0.75% | - |
| XYZ | 47.35 | 48.82 | 53.94 | - |
| YUV | 186.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 184 | 187 | 0 | 0.03 | 0.02 | 0.25 | 330 | 0.04 | 0.73 |
| Hex | BE | B8 | BB | 0 | 3 | 2 | 19 | 14A | 4 | 49 |
| Octal | 276 | 270 | 273 | 0 | 3 | 2 | 31 | 512 | 4 | 111 |
| Binary | 10111110 | 10111000 | 10111011 | 0 | 11 | 10 | 11001 | 101001010 | 100 | 1001001 |
Color Harmonies of #BEB8BB
Complementary color
Monochromatic Colors of #BEB8BB
Black with #BEB8BB
Text Example
Text Example
White with #BEB8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB8BB; }
p { color: rgb(190,184,187); }
H1.HeaderClassName
{
color: #BEB8BB;
}
.AnyTagClassName
{
color: #BEB8BB;
}
</style>
background-color css
<style>
a { background-color: #BEB8BB; }
a { background-color: rgb(190,184,187); }
div.DivClassName
{
background-color: #BEB8BB;
}
.BgClassName
{
background-color: #BEB8BB;
}
</style>
border-color css
<style>
span { border-color: #BEB8BB; }
span { border-color: rgb(190,184,187); }
td.TdClassName
{
border-color: #BEB8BB;
}
.TagClassName
{
border-color: #BEB8BB;
}
</style>