Shades of Maverick #BEABB8
Tints of Maverick #BEABB8
RGB
CMYK
RGB Variations
Color information
#BEABB8 (or 0xBEABB8) is known color: Maverick. HEX triplet: BE, AB and B8. RGB value is (190,171,184). Sum of RGB (Red+Green+Blue) = 190+171+184=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 184 (72.27% from 255 or 33.76% from 545); Max value from RGB is 190 - color contains mainly: red. Hex color #BEABB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEABB8 is #415447. Grayscale: #B2B2B2. Windows color (decimal): -4281416 or 12102590. OLE color: 12102590.
HSL color Cylindrical-coordinate representation of color #BEABB8: hue angle of 318.95º 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 #BEABB8 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 171 | 184 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.25 |
| HSL | 318.95º | 0.13% | 0.71% | - |
| HSV(B) | 318.95º | 0.1% | 0.75% | - |
| XYZ | 44.45 | 43.53 | 51.41 | - |
| YUV | 178.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 184 | 0 | 0.10 | 0.03 | 0.25 | 318.95 | 0.13 | 0.71 |
| Hex | BE | AB | B8 | 0 | A | 3 | 19 | 13F | D | 47 |
| Octal | 276 | 253 | 270 | 0 | 12 | 3 | 31 | 477 | 15 | 107 |
| Binary | 10111110 | 10101011 | 10111000 | 0 | 1010 | 11 | 11001 | 100111111 | 1101 | 1000111 |
Color Harmonies of #BEABB8
Complementary color
Monochromatic Colors of #BEABB8
Black with #BEABB8
Text Example
Text Example
White with #BEABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEABB8; }
p { color: rgb(190,171,184); }
H1.HeaderClassName
{
color: #BEABB8;
}
.AnyTagClassName
{
color: #BEABB8;
}
</style>
background-color css
<style>
a { background-color: #BEABB8; }
a { background-color: rgb(190,171,184); }
div.DivClassName
{
background-color: #BEABB8;
}
.BgClassName
{
background-color: #BEABB8;
}
</style>
border-color css
<style>
span { border-color: #BEABB8; }
span { border-color: rgb(190,171,184); }
td.TdClassName
{
border-color: #BEABB8;
}
.TagClassName
{
border-color: #BEABB8;
}
</style>