Shades of Bouquet #BA6CA8
Tints of Bouquet #BA6CA8
RGB
CMYK
RGB Variations
Color information
#BA6CA8 (or 0xBA6CA8) is known color: Bouquet. HEX triplet: BA, 6C and A8. RGB value is (186,108,168). Sum of RGB (Red+Green+Blue) = 186+108+168=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6CA8 is #459357. Grayscale: #8A8A8A. Windows color (decimal): -4559704 or 11037882. OLE color: 11037882.
HSL color Cylindrical-coordinate representation of color #BA6CA8: hue angle of 313.85º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6CA8 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 108 | 168 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.27 |
| HSL | 313.85º | 0.36% | 0.58% | - |
| HSV(B) | 313.85º | 0.42% | 0.73% | - |
| XYZ | 32.68 | 23.99 | 39.95 | - |
| YUV | 138.16 | 144.84 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 168 | 0 | 0.42 | 0.10 | 0.27 | 313.85 | 0.36 | 0.58 |
| Hex | BA | 6C | A8 | 0 | 2A | A | 1B | 13A | 24 | 3A |
| Octal | 272 | 154 | 250 | 0 | 52 | 12 | 33 | 472 | 44 | 72 |
| Binary | 10111010 | 1101100 | 10101000 | 0 | 101010 | 1010 | 11011 | 100111010 | 100100 | 111010 |
Color Harmonies of #BA6CA8
Complementary color
Monochromatic Colors of #BA6CA8
Black with #BA6CA8
Text Example
Text Example
White with #BA6CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6CA8; }
p { color: rgb(186,108,168); }
H1.HeaderClassName
{
color: #BA6CA8;
}
.AnyTagClassName
{
color: #BA6CA8;
}
</style>
background-color css
<style>
a { background-color: #BA6CA8; }
a { background-color: rgb(186,108,168); }
div.DivClassName
{
background-color: #BA6CA8;
}
.BgClassName
{
background-color: #BA6CA8;
}
</style>
border-color css
<style>
span { border-color: #BA6CA8; }
span { border-color: rgb(186,108,168); }
td.TdClassName
{
border-color: #BA6CA8;
}
.TagClassName
{
border-color: #BA6CA8;
}
</style>