Shades of Maverick #BAADB7
Tints of Maverick #BAADB7
RGB
CMYK
RGB Variations
Color information
#BAADB7 (or 0xBAADB7) is known color: Maverick. HEX triplet: BA, AD and B7. RGB value is (186,173,183). Sum of RGB (Red+Green+Blue) = 186+173+183=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 186 - color contains mainly: red. Hex color #BAADB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADB7 is #455248. Grayscale: #B2B2B2. Windows color (decimal): -4543049 or 12037562. OLE color: 12037562.
HSL color Cylindrical-coordinate representation of color #BAADB7: hue angle of 313.85º 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 #BAADB7 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 173 | 183 | - |
CMYK | 0 | 0.07 | 0.02 | 0.27 |
HSL | 313.85º | 0.09% | 0.7% | - |
HSV(B) | 313.85º | 0.07% | 0.73% | - |
XYZ | 43.74 | 43.75 | 50.94 | - |
YUV | 178.03 | 130.81 | 133.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 173 | 183 | 0 | 0.07 | 0.02 | 0.27 | 313.85 | 0.09 | 0.7 |
Hex | BA | AD | B7 | 0 | 7 | 2 | 1B | 13A | 9 | 46 |
Octal | 272 | 255 | 267 | 0 | 7 | 2 | 33 | 472 | 11 | 106 |
Binary | 10111010 | 10101101 | 10110111 | 0 | 111 | 10 | 11011 | 100111010 | 1001 | 1000110 |
Color Harmonies of #BAADB7
Complementary color
Monochromatic Colors of #BAADB7
Black with #BAADB7
Text Example
Text Example
White with #BAADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADB7; }
p { color: rgb(186,173,183); }
H1.HeaderClassName
{
color: #BAADB7;
}
.AnyTagClassName
{
color: #BAADB7;
}
</style>
background-color css
<style>
a { background-color: #BAADB7; }
a { background-color: rgb(186,173,183); }
div.DivClassName
{
background-color: #BAADB7;
}
.BgClassName
{
background-color: #BAADB7;
}
</style>
border-color css
<style>
span { border-color: #BAADB7; }
span { border-color: rgb(186,173,183); }
td.TdClassName
{
border-color: #BAADB7;
}
.TagClassName
{
border-color: #BAADB7;
}
</style>