Shades of Perfume #BA97DF
Tints of Perfume #BA97DF
RGB
CMYK
RGB Variations
Color information
#BA97DF (or 0xBA97DF) is known color: Perfume. HEX triplet: BA, 97 and DF. RGB value is (186,151,223). Sum of RGB (Red+Green+Blue) = 186+151+223=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 151 (59.38% from 255 or 26.96% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA97DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA97DF is #456820. Grayscale: #A9A9A9. Windows color (decimal): -4548641 or 14653370. OLE color: 14653370.
HSL color Cylindrical-coordinate representation of color #BA97DF: hue angle of 269.17º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA97DF is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 151 | 223 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.13 |
| HSL | 269.17º | 0.53% | 0.73% | - |
| HSV(B) | 269.17º | 0.32% | 0.87% | - |
| XYZ | 44.64 | 37.9 | 74.77 | - |
| YUV | 169.67 | 158.1 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 223 | 0.17 | 0.32 | 0 | 0.13 | 269.17 | 0.53 | 0.73 |
| Hex | BA | 97 | DF | 11 | 20 | 0 | D | 10D | 35 | 49 |
| Octal | 272 | 227 | 337 | 21 | 40 | 0 | 15 | 415 | 65 | 111 |
| Binary | 10111010 | 10010111 | 11011111 | 10001 | 100000 | 0 | 1101 | 100001101 | 110101 | 1001001 |
Color Harmonies of #BA97DF
Complementary color
Monochromatic Colors of #BA97DF
Black with #BA97DF
Text Example
Text Example
White with #BA97DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA97DF; }
p { color: rgb(186,151,223); }
H1.HeaderClassName
{
color: #BA97DF;
}
.AnyTagClassName
{
color: #BA97DF;
}
</style>
background-color css
<style>
a { background-color: #BA97DF; }
a { background-color: rgb(186,151,223); }
div.DivClassName
{
background-color: #BA97DF;
}
.BgClassName
{
background-color: #BA97DF;
}
</style>
border-color css
<style>
span { border-color: #BA97DF; }
span { border-color: rgb(186,151,223); }
td.TdClassName
{
border-color: #BA97DF;
}
.TagClassName
{
border-color: #BA97DF;
}
</style>