Shades of Bouquet #BA8AA3
Tints of Bouquet #BA8AA3
RGB
CMYK
RGB Variations
Color information
#BA8AA3 (or 0xBA8AA3) is known color: Bouquet. HEX triplet: BA, 8A and A3. RGB value is (186,138,163). Sum of RGB (Red+Green+Blue) = 186+138+163=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 163 (64.06% from 255 or 33.47% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8AA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8AA3 is #45755C. Grayscale: #9B9B9B. Windows color (decimal): -4552029 or 10717882. OLE color: 10717882.
HSL color Cylindrical-coordinate representation of color #BA8AA3: hue angle of 328.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA8AA3 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 163 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.27 |
| HSL | 328.75º | 0.26% | 0.64% | - |
| HSV(B) | 328.75º | 0.26% | 0.73% | - |
| XYZ | 35.95 | 31.26 | 38.79 | - |
| YUV | 155.2 | 132.4 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 163 | 0 | 0.26 | 0.12 | 0.27 | 328.75 | 0.26 | 0.64 |
| Hex | BA | 8A | A3 | 0 | 1A | C | 1B | 149 | 1A | 40 |
| Octal | 272 | 212 | 243 | 0 | 32 | 14 | 33 | 511 | 32 | 100 |
| Binary | 10111010 | 10001010 | 10100011 | 0 | 11010 | 1100 | 11011 | 101001001 | 11010 | 1000000 |
Color Harmonies of #BA8AA3
Complementary color
Monochromatic Colors of #BA8AA3
Black with #BA8AA3
Text Example
Text Example
White with #BA8AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8AA3; }
p { color: rgb(186,138,163); }
H1.HeaderClassName
{
color: #BA8AA3;
}
.AnyTagClassName
{
color: #BA8AA3;
}
</style>
background-color css
<style>
a { background-color: #BA8AA3; }
a { background-color: rgb(186,138,163); }
div.DivClassName
{
background-color: #BA8AA3;
}
.BgClassName
{
background-color: #BA8AA3;
}
</style>
border-color css
<style>
span { border-color: #BA8AA3; }
span { border-color: rgb(186,138,163); }
td.TdClassName
{
border-color: #BA8AA3;
}
.TagClassName
{
border-color: #BA8AA3;
}
</style>