Shades of Maverick #BEAAB8
Tints of Maverick #BEAAB8
RGB
CMYK
RGB Variations
Color information
#BEAAB8 (or 0xBEAAB8) is known color: Maverick. HEX triplet: BE, AA and B8. RGB value is (190,170,184). Sum of RGB (Red+Green+Blue) = 190+170+184=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 184 (72.27% from 255 or 33.82% from 544); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAAB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAAB8 is #415547. Grayscale: #B1B1B1. Windows color (decimal): -4281672 or 12102334. OLE color: 12102334.
HSL color Cylindrical-coordinate representation of color #BEAAB8: hue angle of 318º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEAAB8 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 170 | 184 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.25 |
| HSL | 318º | 0.13% | 0.71% | - |
| HSV(B) | 318º | 0.11% | 0.75% | - |
| XYZ | 44.26 | 43.16 | 51.34 | - |
| YUV | 177.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 184 | 0 | 0.11 | 0.03 | 0.25 | 318 | 0.13 | 0.71 |
| Hex | BE | AA | B8 | 0 | B | 3 | 19 | 13E | D | 47 |
| Octal | 276 | 252 | 270 | 0 | 13 | 3 | 31 | 476 | 15 | 107 |
| Binary | 10111110 | 10101010 | 10111000 | 0 | 1011 | 11 | 11001 | 100111110 | 1101 | 1000111 |
Color Harmonies of #BEAAB8
Complementary color
Monochromatic Colors of #BEAAB8
Black with #BEAAB8
Text Example
Text Example
White with #BEAAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAAB8; }
p { color: rgb(190,170,184); }
H1.HeaderClassName
{
color: #BEAAB8;
}
.AnyTagClassName
{
color: #BEAAB8;
}
</style>
background-color css
<style>
a { background-color: #BEAAB8; }
a { background-color: rgb(190,170,184); }
div.DivClassName
{
background-color: #BEAAB8;
}
.BgClassName
{
background-color: #BEAAB8;
}
</style>
border-color css
<style>
span { border-color: #BEAAB8; }
span { border-color: rgb(190,170,184); }
td.TdClassName
{
border-color: #BEAAB8;
}
.TagClassName
{
border-color: #BEAAB8;
}
</style>