Shades of Bouquet #BA6C9D
Tints of Bouquet #BA6C9D
RGB
CMYK
RGB Variations
Color information
#BA6C9D (or 0xBA6C9D) is known color: Bouquet. HEX triplet: BA, 6C and 9D. RGB value is (186,108,157). Sum of RGB (Red+Green+Blue) = 186+108+157=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6C9D is #459362. Grayscale: #888888. Windows color (decimal): -4559715 or 10316986. OLE color: 10316986.
HSL color Cylindrical-coordinate representation of color #BA6C9D: hue angle of 322.31º 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 #BA6C9D is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 108 | 157 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.27 |
| HSL | 322.31º | 0.36% | 0.58% | - |
| HSV(B) | 322.31º | 0.42% | 0.73% | - |
| XYZ | 31.7 | 23.6 | 34.78 | - |
| YUV | 136.91 | 139.34 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 157 | 0 | 0.42 | 0.16 | 0.27 | 322.31 | 0.36 | 0.58 |
| Hex | BA | 6C | 9D | 0 | 2A | 10 | 1B | 142 | 24 | 3A |
| Octal | 272 | 154 | 235 | 0 | 52 | 20 | 33 | 502 | 44 | 72 |
| Binary | 10111010 | 1101100 | 10011101 | 0 | 101010 | 10000 | 11011 | 101000010 | 100100 | 111010 |
Color Harmonies of #BA6C9D
Complementary color
Monochromatic Colors of #BA6C9D
Black with #BA6C9D
Text Example
Text Example
White with #BA6C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6C9D; }
p { color: rgb(186,108,157); }
H1.HeaderClassName
{
color: #BA6C9D;
}
.AnyTagClassName
{
color: #BA6C9D;
}
</style>
background-color css
<style>
a { background-color: #BA6C9D; }
a { background-color: rgb(186,108,157); }
div.DivClassName
{
background-color: #BA6C9D;
}
.BgClassName
{
background-color: #BA6C9D;
}
</style>
border-color css
<style>
span { border-color: #BA6C9D; }
span { border-color: rgb(186,108,157); }
td.TdClassName
{
border-color: #BA6C9D;
}
.TagClassName
{
border-color: #BA6C9D;
}
</style>