Shades of Bouquet #BA69A2
Tints of Bouquet #BA69A2
RGB
CMYK
RGB Variations
Color information
#BA69A2 (or 0xBA69A2) is known color: Bouquet. HEX triplet: BA, 69 and A2. RGB value is (186,105,162). Sum of RGB (Red+Green+Blue) = 186+105+162=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 162 (63.67% from 255 or 35.76% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA69A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA69A2 is #45965D. Grayscale: #878787. Windows color (decimal): -4560478 or 10643898. OLE color: 10643898.
HSL color Cylindrical-coordinate representation of color #BA69A2: hue angle of 317.78º 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 #BA69A2 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 162 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.27 |
| HSL | 317.78º | 0.37% | 0.57% | - |
| HSV(B) | 317.78º | 0.44% | 0.73% | - |
| XYZ | 31.82 | 23.15 | 36.97 | - |
| YUV | 135.72 | 142.84 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 162 | 0 | 0.44 | 0.13 | 0.27 | 317.78 | 0.37 | 0.57 |
| Hex | BA | 69 | A2 | 0 | 2C | D | 1B | 13E | 25 | 39 |
| Octal | 272 | 151 | 242 | 0 | 54 | 15 | 33 | 476 | 45 | 71 |
| Binary | 10111010 | 1101001 | 10100010 | 0 | 101100 | 1101 | 11011 | 100111110 | 100101 | 111001 |
Color Harmonies of #BA69A2
Complementary color
Monochromatic Colors of #BA69A2
Black with #BA69A2
Text Example
Text Example
White with #BA69A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69A2; }
p { color: rgb(186,105,162); }
H1.HeaderClassName
{
color: #BA69A2;
}
.AnyTagClassName
{
color: #BA69A2;
}
</style>
background-color css
<style>
a { background-color: #BA69A2; }
a { background-color: rgb(186,105,162); }
div.DivClassName
{
background-color: #BA69A2;
}
.BgClassName
{
background-color: #BA69A2;
}
</style>
border-color css
<style>
span { border-color: #BA69A2; }
span { border-color: rgb(186,105,162); }
td.TdClassName
{
border-color: #BA69A2;
}
.TagClassName
{
border-color: #BA69A2;
}
</style>