Shades of Bouquet #BA80AA
Tints of Bouquet #BA80AA
RGB
CMYK
RGB Variations
Color information
#BA80AA (or 0xBA80AA) is known color: Bouquet. HEX triplet: BA, 80 and AA. RGB value is (186,128,170). Sum of RGB (Red+Green+Blue) = 186+128+170=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BA80AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA80AA is #457F55. Grayscale: #969696. Windows color (decimal): -4554582 or 11174074. OLE color: 11174074.
HSL color Cylindrical-coordinate representation of color #BA80AA: hue angle of 316.55º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA80AA is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 170 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.27 |
| HSL | 316.55º | 0.3% | 0.62% | - |
| HSV(B) | 316.55º | 0.31% | 0.73% | - |
| XYZ | 35.22 | 28.78 | 41.73 | - |
| YUV | 150.13 | 139.22 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 170 | 0 | 0.31 | 0.09 | 0.27 | 316.55 | 0.3 | 0.62 |
| Hex | BA | 80 | AA | 0 | 1F | 9 | 1B | 13D | 1E | 3E |
| Octal | 272 | 200 | 252 | 0 | 37 | 11 | 33 | 475 | 36 | 76 |
| Binary | 10111010 | 10000000 | 10101010 | 0 | 11111 | 1001 | 11011 | 100111101 | 11110 | 111110 |
Color Harmonies of #BA80AA
Complementary color
Monochromatic Colors of #BA80AA
Black with #BA80AA
Text Example
Text Example
White with #BA80AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA80AA; }
p { color: rgb(186,128,170); }
H1.HeaderClassName
{
color: #BA80AA;
}
.AnyTagClassName
{
color: #BA80AA;
}
</style>
background-color css
<style>
a { background-color: #BA80AA; }
a { background-color: rgb(186,128,170); }
div.DivClassName
{
background-color: #BA80AA;
}
.BgClassName
{
background-color: #BA80AA;
}
</style>
border-color css
<style>
span { border-color: #BA80AA; }
span { border-color: rgb(186,128,170); }
td.TdClassName
{
border-color: #BA80AA;
}
.TagClassName
{
border-color: #BA80AA;
}
</style>