Shades of Bouquet #BA69A6
Tints of Bouquet #BA69A6
RGB
CMYK
RGB Variations
Color information
#BA69A6 (or 0xBA69A6) is known color: Bouquet. HEX triplet: BA, 69 and A6. RGB value is (186,105,166). Sum of RGB (Red+Green+Blue) = 186+105+166=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 166 (65.23% from 255 or 36.32% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA69A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA69A6 is #459659. Grayscale: #888888. Windows color (decimal): -4560474 or 10906042. OLE color: 10906042.
HSL color Cylindrical-coordinate representation of color #BA69A6: hue angle of 314.81º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA69A6 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 166 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.27 |
| HSL | 314.81º | 0.37% | 0.57% | - |
| HSV(B) | 314.81º | 0.44% | 0.73% | - |
| XYZ | 32.18 | 23.3 | 38.88 | - |
| YUV | 136.17 | 144.84 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 166 | 0 | 0.44 | 0.11 | 0.27 | 314.81 | 0.37 | 0.57 |
| Hex | BA | 69 | A6 | 0 | 2C | B | 1B | 13B | 25 | 39 |
| Octal | 272 | 151 | 246 | 0 | 54 | 13 | 33 | 473 | 45 | 71 |
| Binary | 10111010 | 1101001 | 10100110 | 0 | 101100 | 1011 | 11011 | 100111011 | 100101 | 111001 |
Color Harmonies of #BA69A6
Complementary color
Monochromatic Colors of #BA69A6
Black with #BA69A6
Text Example
Text Example
White with #BA69A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69A6; }
p { color: rgb(186,105,166); }
H1.HeaderClassName
{
color: #BA69A6;
}
.AnyTagClassName
{
color: #BA69A6;
}
</style>
background-color css
<style>
a { background-color: #BA69A6; }
a { background-color: rgb(186,105,166); }
div.DivClassName
{
background-color: #BA69A6;
}
.BgClassName
{
background-color: #BA69A6;
}
</style>
border-color css
<style>
span { border-color: #BA69A6; }
span { border-color: rgb(186,105,166); }
td.TdClassName
{
border-color: #BA69A6;
}
.TagClassName
{
border-color: #BA69A6;
}
</style>