Shades of Maverick #BEB5BD
Tints of Maverick #BEB5BD
RGB
CMYK
RGB Variations
Color information
#BEB5BD (or 0xBEB5BD) is known color: Maverick. HEX triplet: BE, B5 and BD. RGB value is (190,181,189). Sum of RGB (Red+Green+Blue) = 190+181+189=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 181 (71.09% from 255 or 32.32% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB5BD is #414A42. Grayscale: #B8B8B8. Windows color (decimal): -4278851 or 12432830. OLE color: 12432830.
HSL color Cylindrical-coordinate representation of color #BEB5BD: hue angle of 306.67º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BEB5BD is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 181 | 189 | - |
CMYK | 0 | 0.05 | 0.01 | 0.25 |
HSL | 306.67º | 0.06% | 0.73% | - |
HSV(B) | 306.67º | 0.05% | 0.75% | - |
XYZ | 46.94 | 47.67 | 54.87 | - |
YUV | 184.6 | 130.48 | 131.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 181 | 189 | 0 | 0.05 | 0.01 | 0.25 | 306.67 | 0.06 | 0.73 |
Hex | BE | B5 | BD | 0 | 5 | 1 | 19 | 133 | 6 | 49 |
Octal | 276 | 265 | 275 | 0 | 5 | 1 | 31 | 463 | 6 | 111 |
Binary | 10111110 | 10110101 | 10111101 | 0 | 101 | 1 | 11001 | 100110011 | 110 | 1001001 |
Color Harmonies of #BEB5BD
Complementary color
Monochromatic Colors of #BEB5BD
Black with #BEB5BD
Text Example
Text Example
White with #BEB5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB5BD; }
p { color: rgb(190,181,189); }
H1.HeaderClassName
{
color: #BEB5BD;
}
.AnyTagClassName
{
color: #BEB5BD;
}
</style>
background-color css
<style>
a { background-color: #BEB5BD; }
a { background-color: rgb(190,181,189); }
div.DivClassName
{
background-color: #BEB5BD;
}
.BgClassName
{
background-color: #BEB5BD;
}
</style>
border-color css
<style>
span { border-color: #BEB5BD; }
span { border-color: rgb(190,181,189); }
td.TdClassName
{
border-color: #BEB5BD;
}
.TagClassName
{
border-color: #BEB5BD;
}
</style>