Shades of Maverick #BAADB8
Tints of Maverick #BAADB8
RGB
CMYK
RGB Variations
Color information
#BAADB8 (or 0xBAADB8) is known color: Maverick. HEX triplet: BA, AD and B8. RGB value is (186,173,184). Sum of RGB (Red+Green+Blue) = 186+173+184=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 184 (72.27% from 255 or 33.89% from 543); Max value from RGB is 186 - color contains mainly: red. Hex color #BAADB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADB8 is #455247. Grayscale: #B2B2B2. Windows color (decimal): -4543048 or 12103098. OLE color: 12103098.
HSL color Cylindrical-coordinate representation of color #BAADB8: hue angle of 309.23º 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 #BAADB8 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 173 | 184 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.27 |
| HSL | 309.23º | 0.09% | 0.7% | - |
| HSV(B) | 309.23º | 0.07% | 0.73% | - |
| XYZ | 43.85 | 43.79 | 51.49 | - |
| YUV | 178.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 184 | 0 | 0.07 | 0.01 | 0.27 | 309.23 | 0.09 | 0.7 |
| Hex | BA | AD | B8 | 0 | 7 | 1 | 1B | 135 | 9 | 46 |
| Octal | 272 | 255 | 270 | 0 | 7 | 1 | 33 | 465 | 11 | 106 |
| Binary | 10111010 | 10101101 | 10111000 | 0 | 111 | 1 | 11011 | 100110101 | 1001 | 1000110 |
Color Harmonies of #BAADB8
Complementary color
Monochromatic Colors of #BAADB8
Black with #BAADB8
Text Example
Text Example
White with #BAADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADB8; }
p { color: rgb(186,173,184); }
H1.HeaderClassName
{
color: #BAADB8;
}
.AnyTagClassName
{
color: #BAADB8;
}
</style>
background-color css
<style>
a { background-color: #BAADB8; }
a { background-color: rgb(186,173,184); }
div.DivClassName
{
background-color: #BAADB8;
}
.BgClassName
{
background-color: #BAADB8;
}
</style>
border-color css
<style>
span { border-color: #BAADB8; }
span { border-color: rgb(186,173,184); }
td.TdClassName
{
border-color: #BAADB8;
}
.TagClassName
{
border-color: #BAADB8;
}
</style>