Shades of Maverick #BAADB6
Tints of Maverick #BAADB6
RGB
CMYK
RGB Variations
Color information
#BAADB6 (or 0xBAADB6) is known color: Maverick. HEX triplet: BA, AD and B6. RGB value is (186,173,182). Sum of RGB (Red+Green+Blue) = 186+173+182=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 182 (71.48% from 255 or 33.64% from 541); Max value from RGB is 186 - color contains mainly: red. Hex color #BAADB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADB6 is #455249. Grayscale: #B1B1B1. Windows color (decimal): -4543050 or 11972026. OLE color: 11972026.
HSL color Cylindrical-coordinate representation of color #BAADB6: hue angle of 318.46º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAADB6 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 173 | 182 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.27 |
| HSL | 318.46º | 0.09% | 0.7% | - |
| HSV(B) | 318.46º | 0.07% | 0.73% | - |
| XYZ | 43.64 | 43.7 | 50.39 | - |
| YUV | 177.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 182 | 0 | 0.07 | 0.02 | 0.27 | 318.46 | 0.09 | 0.7 |
| Hex | BA | AD | B6 | 0 | 7 | 2 | 1B | 13E | 9 | 46 |
| Octal | 272 | 255 | 266 | 0 | 7 | 2 | 33 | 476 | 11 | 106 |
| Binary | 10111010 | 10101101 | 10110110 | 0 | 111 | 10 | 11011 | 100111110 | 1001 | 1000110 |
Color Harmonies of #BAADB6
Complementary color
Monochromatic Colors of #BAADB6
Black with #BAADB6
Text Example
Text Example
White with #BAADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADB6; }
p { color: rgb(186,173,182); }
H1.HeaderClassName
{
color: #BAADB6;
}
.AnyTagClassName
{
color: #BAADB6;
}
</style>
background-color css
<style>
a { background-color: #BAADB6; }
a { background-color: rgb(186,173,182); }
div.DivClassName
{
background-color: #BAADB6;
}
.BgClassName
{
background-color: #BAADB6;
}
</style>
border-color css
<style>
span { border-color: #BAADB6; }
span { border-color: rgb(186,173,182); }
td.TdClassName
{
border-color: #BAADB6;
}
.TagClassName
{
border-color: #BAADB6;
}
</style>