Shades of Bouquet #BA69A4
Tints of Bouquet #BA69A4
RGB
CMYK
RGB Variations
Color information
#BA69A4 (or 0xBA69A4) is known color: Bouquet. HEX triplet: BA, 69 and A4. RGB value is (186,105,164). Sum of RGB (Red+Green+Blue) = 186+105+164=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA69A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA69A4 is #45965B. Grayscale: #878787. Windows color (decimal): -4560476 or 10774970. OLE color: 10774970.
HSL color Cylindrical-coordinate representation of color #BA69A4: hue angle of 316.3º 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 #BA69A4 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 164 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.27 |
| HSL | 316.3º | 0.37% | 0.57% | - |
| HSV(B) | 316.3º | 0.44% | 0.73% | - |
| XYZ | 32 | 23.22 | 37.92 | - |
| YUV | 135.95 | 143.84 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 164 | 0 | 0.44 | 0.12 | 0.27 | 316.3 | 0.37 | 0.57 |
| Hex | BA | 69 | A4 | 0 | 2C | C | 1B | 13C | 25 | 39 |
| Octal | 272 | 151 | 244 | 0 | 54 | 14 | 33 | 474 | 45 | 71 |
| Binary | 10111010 | 1101001 | 10100100 | 0 | 101100 | 1100 | 11011 | 100111100 | 100101 | 111001 |
Color Harmonies of #BA69A4
Complementary color
Monochromatic Colors of #BA69A4
Black with #BA69A4
Text Example
Text Example
White with #BA69A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69A4; }
p { color: rgb(186,105,164); }
H1.HeaderClassName
{
color: #BA69A4;
}
.AnyTagClassName
{
color: #BA69A4;
}
</style>
background-color css
<style>
a { background-color: #BA69A4; }
a { background-color: rgb(186,105,164); }
div.DivClassName
{
background-color: #BA69A4;
}
.BgClassName
{
background-color: #BA69A4;
}
</style>
border-color css
<style>
span { border-color: #BA69A4; }
span { border-color: rgb(186,105,164); }
td.TdClassName
{
border-color: #BA69A4;
}
.TagClassName
{
border-color: #BA69A4;
}
</style>