Shades of Bouquet #BA6CA4
Tints of Bouquet #BA6CA4
RGB
CMYK
RGB Variations
Color information
#BA6CA4 (or 0xBA6CA4) is known color: Bouquet. HEX triplet: BA, 6C and A4. RGB value is (186,108,164). Sum of RGB (Red+Green+Blue) = 186+108+164=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6CA4 is #45935B. Grayscale: #898989. Windows color (decimal): -4559708 or 10775738. OLE color: 10775738.
HSL color Cylindrical-coordinate representation of color #BA6CA4: hue angle of 316.92º 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 #BA6CA4 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 108 | 164 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.27 |
| HSL | 316.92º | 0.36% | 0.58% | - |
| HSV(B) | 316.92º | 0.42% | 0.73% | - |
| XYZ | 32.31 | 23.84 | 38.02 | - |
| YUV | 137.71 | 142.84 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 164 | 0 | 0.42 | 0.12 | 0.27 | 316.92 | 0.36 | 0.58 |
| Hex | BA | 6C | A4 | 0 | 2A | C | 1B | 13D | 24 | 3A |
| Octal | 272 | 154 | 244 | 0 | 52 | 14 | 33 | 475 | 44 | 72 |
| Binary | 10111010 | 1101100 | 10100100 | 0 | 101010 | 1100 | 11011 | 100111101 | 100100 | 111010 |
Color Harmonies of #BA6CA4
Complementary color
Monochromatic Colors of #BA6CA4
Black with #BA6CA4
Text Example
Text Example
White with #BA6CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6CA4; }
p { color: rgb(186,108,164); }
H1.HeaderClassName
{
color: #BA6CA4;
}
.AnyTagClassName
{
color: #BA6CA4;
}
</style>
background-color css
<style>
a { background-color: #BA6CA4; }
a { background-color: rgb(186,108,164); }
div.DivClassName
{
background-color: #BA6CA4;
}
.BgClassName
{
background-color: #BA6CA4;
}
</style>
border-color css
<style>
span { border-color: #BA6CA4; }
span { border-color: rgb(186,108,164); }
td.TdClassName
{
border-color: #BA6CA4;
}
.TagClassName
{
border-color: #BA6CA4;
}
</style>