Shades of Bouquet #BA7DA3
Tints of Bouquet #BA7DA3
RGB
CMYK
RGB Variations
Color information
#BA7DA3 (or 0xBA7DA3) is known color: Bouquet. HEX triplet: BA, 7D and A3. RGB value is (186,125,163). Sum of RGB (Red+Green+Blue) = 186+125+163=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 163 (64.06% from 255 or 34.39% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7DA3 is #45825C. Grayscale: #939393. Windows color (decimal): -4555357 or 10714554. OLE color: 10714554.
HSL color Cylindrical-coordinate representation of color #BA7DA3: hue angle of 322.62º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA7DA3 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 163 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.27 |
| HSL | 322.62º | 0.31% | 0.61% | - |
| HSV(B) | 322.62º | 0.33% | 0.73% | - |
| XYZ | 34.19 | 27.75 | 38.2 | - |
| YUV | 147.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 163 | 0 | 0.33 | 0.12 | 0.27 | 322.62 | 0.31 | 0.61 |
| Hex | BA | 7D | A3 | 0 | 21 | C | 1B | 143 | 1F | 3D |
| Octal | 272 | 175 | 243 | 0 | 41 | 14 | 33 | 503 | 37 | 75 |
| Binary | 10111010 | 1111101 | 10100011 | 0 | 100001 | 1100 | 11011 | 101000011 | 11111 | 111101 |
Color Harmonies of #BA7DA3
Complementary color
Monochromatic Colors of #BA7DA3
Black with #BA7DA3
Text Example
Text Example
White with #BA7DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7DA3; }
p { color: rgb(186,125,163); }
H1.HeaderClassName
{
color: #BA7DA3;
}
.AnyTagClassName
{
color: #BA7DA3;
}
</style>
background-color css
<style>
a { background-color: #BA7DA3; }
a { background-color: rgb(186,125,163); }
div.DivClassName
{
background-color: #BA7DA3;
}
.BgClassName
{
background-color: #BA7DA3;
}
</style>
border-color css
<style>
span { border-color: #BA7DA3; }
span { border-color: rgb(186,125,163); }
td.TdClassName
{
border-color: #BA7DA3;
}
.TagClassName
{
border-color: #BA7DA3;
}
</style>