Shades of Bouquet #BA7FA9
Tints of Bouquet #BA7FA9
RGB
CMYK
RGB Variations
Color information
#BA7FA9 (or 0xBA7FA9) is known color: Bouquet. HEX triplet: BA, 7F and A9. RGB value is (186,127,169). Sum of RGB (Red+Green+Blue) = 186+127+169=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 169 (66.41% from 255 or 35.06% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7FA9 is #458056. Grayscale: #959595. Windows color (decimal): -4554839 or 11108282. OLE color: 11108282.
HSL color Cylindrical-coordinate representation of color #BA7FA9: hue angle of 317.29º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA7FA9 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 169 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.27 |
| HSL | 317.29º | 0.3% | 0.61% | - |
| HSV(B) | 317.29º | 0.32% | 0.73% | - |
| XYZ | 35 | 28.48 | 41.19 | - |
| YUV | 149.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 169 | 0 | 0.32 | 0.09 | 0.27 | 317.29 | 0.3 | 0.61 |
| Hex | BA | 7F | A9 | 0 | 20 | 9 | 1B | 13D | 1E | 3D |
| Octal | 272 | 177 | 251 | 0 | 40 | 11 | 33 | 475 | 36 | 75 |
| Binary | 10111010 | 1111111 | 10101001 | 0 | 100000 | 1001 | 11011 | 100111101 | 11110 | 111101 |
Color Harmonies of #BA7FA9
Complementary color
Monochromatic Colors of #BA7FA9
Black with #BA7FA9
Text Example
Text Example
White with #BA7FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7FA9; }
p { color: rgb(186,127,169); }
H1.HeaderClassName
{
color: #BA7FA9;
}
.AnyTagClassName
{
color: #BA7FA9;
}
</style>
background-color css
<style>
a { background-color: #BA7FA9; }
a { background-color: rgb(186,127,169); }
div.DivClassName
{
background-color: #BA7FA9;
}
.BgClassName
{
background-color: #BA7FA9;
}
</style>
border-color css
<style>
span { border-color: #BA7FA9; }
span { border-color: rgb(186,127,169); }
td.TdClassName
{
border-color: #BA7FA9;
}
.TagClassName
{
border-color: #BA7FA9;
}
</style>