Shades of Maverick #BEABBB
Tints of Maverick #BEABBB
RGB
CMYK
RGB Variations
Color information
#BEABBB (or 0xBEABBB) is known color: Maverick. HEX triplet: BE, AB and BB. RGB value is (190,171,187). Sum of RGB (Red+Green+Blue) = 190+171+187=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 190 - color contains mainly: red. Hex color #BEABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEABBB is #415444. Grayscale: #B2B2B2. Windows color (decimal): -4281413 or 12299198. OLE color: 12299198.
HSL color Cylindrical-coordinate representation of color #BEABBB: hue angle of 309.47º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEABBB is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 171 | 187 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.25 |
| HSL | 309.47º | 0.13% | 0.71% | - |
| HSV(B) | 309.47º | 0.1% | 0.75% | - |
| XYZ | 44.77 | 43.66 | 53.08 | - |
| YUV | 178.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 187 | 0 | 0.10 | 0.02 | 0.25 | 309.47 | 0.13 | 0.71 |
| Hex | BE | AB | BB | 0 | A | 2 | 19 | 135 | D | 47 |
| Octal | 276 | 253 | 273 | 0 | 12 | 2 | 31 | 465 | 15 | 107 |
| Binary | 10111110 | 10101011 | 10111011 | 0 | 1010 | 10 | 11001 | 100110101 | 1101 | 1000111 |
Color Harmonies of #BEABBB
Complementary color
Monochromatic Colors of #BEABBB
Black with #BEABBB
Text Example
Text Example
White with #BEABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEABBB; }
p { color: rgb(190,171,187); }
H1.HeaderClassName
{
color: #BEABBB;
}
.AnyTagClassName
{
color: #BEABBB;
}
</style>
background-color css
<style>
a { background-color: #BEABBB; }
a { background-color: rgb(190,171,187); }
div.DivClassName
{
background-color: #BEABBB;
}
.BgClassName
{
background-color: #BEABBB;
}
</style>
border-color css
<style>
span { border-color: #BEABBB; }
span { border-color: rgb(190,171,187); }
td.TdClassName
{
border-color: #BEABBB;
}
.TagClassName
{
border-color: #BEABBB;
}
</style>