Shades of Maverick #BEB9BB
Tints of Maverick #BEB9BB
RGB
CMYK
RGB Variations
Color information
#BEB9BB (or 0xBEB9BB) is known color: Maverick. HEX triplet: BE, B9 and BB. RGB value is (190,185,187). Sum of RGB (Red+Green+Blue) = 190+185+187=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9BB is #414644. Grayscale: #BABABA. Windows color (decimal): -4277829 or 12302782. OLE color: 12302782.
HSL color Cylindrical-coordinate representation of color #BEB9BB: hue angle of 336º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BEB9BB is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 185 | 187 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.25 |
| HSL | 336º | 0.04% | 0.74% | - |
| HSV(B) | 336º | 0.03% | 0.75% | - |
| XYZ | 47.55 | 49.23 | 54.01 | - |
| YUV | 186.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 185 | 187 | 0 | 0.03 | 0.02 | 0.25 | 336 | 0.04 | 0.74 |
| Hex | BE | B9 | BB | 0 | 3 | 2 | 19 | 150 | 4 | 4A |
| Octal | 276 | 271 | 273 | 0 | 3 | 2 | 31 | 520 | 4 | 112 |
| Binary | 10111110 | 10111001 | 10111011 | 0 | 11 | 10 | 11001 | 101010000 | 100 | 1001010 |
Color Harmonies of #BEB9BB
Complementary color
Monochromatic Colors of #BEB9BB
Black with #BEB9BB
Text Example
Text Example
White with #BEB9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB9BB; }
p { color: rgb(190,185,187); }
H1.HeaderClassName
{
color: #BEB9BB;
}
.AnyTagClassName
{
color: #BEB9BB;
}
</style>
background-color css
<style>
a { background-color: #BEB9BB; }
a { background-color: rgb(190,185,187); }
div.DivClassName
{
background-color: #BEB9BB;
}
.BgClassName
{
background-color: #BEB9BB;
}
</style>
border-color css
<style>
span { border-color: #BEB9BB; }
span { border-color: rgb(190,185,187); }
td.TdClassName
{
border-color: #BEB9BB;
}
.TagClassName
{
border-color: #BEB9BB;
}
</style>