Shades of Maverick #BEACBB
Tints of Maverick #BEACBB
RGB
CMYK
RGB Variations
Color information
#BEACBB (or 0xBEACBB) is known color: Maverick. HEX triplet: BE, AC and BB. RGB value is (190,172,187). Sum of RGB (Red+Green+Blue) = 190+172+187=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 190 - color contains mainly: red. Hex color #BEACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACBB is #415344. Grayscale: #B3B3B3. Windows color (decimal): -4281157 or 12299454. OLE color: 12299454.
HSL color Cylindrical-coordinate representation of color #BEACBB: hue angle of 310º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEACBB is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 172 | 187 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.25 |
| HSL | 310º | 0.12% | 0.71% | - |
| HSV(B) | 310º | 0.09% | 0.75% | - |
| XYZ | 44.96 | 44.04 | 53.14 | - |
| YUV | 179.09 | 132.46 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 187 | 0 | 0.09 | 0.02 | 0.25 | 310 | 0.12 | 0.71 |
| Hex | BE | AC | BB | 0 | 9 | 2 | 19 | 136 | C | 47 |
| Octal | 276 | 254 | 273 | 0 | 11 | 2 | 31 | 466 | 14 | 107 |
| Binary | 10111110 | 10101100 | 10111011 | 0 | 1001 | 10 | 11001 | 100110110 | 1100 | 1000111 |
Color Harmonies of #BEACBB
Complementary color
Monochromatic Colors of #BEACBB
Black with #BEACBB
Text Example
Text Example
White with #BEACBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEACBB; }
p { color: rgb(190,172,187); }
H1.HeaderClassName
{
color: #BEACBB;
}
.AnyTagClassName
{
color: #BEACBB;
}
</style>
background-color css
<style>
a { background-color: #BEACBB; }
a { background-color: rgb(190,172,187); }
div.DivClassName
{
background-color: #BEACBB;
}
.BgClassName
{
background-color: #BEACBB;
}
</style>
border-color css
<style>
span { border-color: #BEACBB; }
span { border-color: rgb(190,172,187); }
td.TdClassName
{
border-color: #BEACBB;
}
.TagClassName
{
border-color: #BEACBB;
}
</style>