Shades of Perfume #BA9FE9
Tints of Perfume #BA9FE9
RGB
CMYK
RGB Variations
Color information
#BA9FE9 (or 0xBA9FE9) is known color: Perfume. HEX triplet: BA, 9F and E9. RGB value is (186,159,233). Sum of RGB (Red+Green+Blue) = 186+159+233=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 233 (91.41% from 255 or 40.31% from 578); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA9FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9FE9 is #456016. Grayscale: #AFAFAF. Windows color (decimal): -4546583 or 15310778. OLE color: 15310778.
HSL color Cylindrical-coordinate representation of color #BA9FE9: hue angle of 261.89º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA9FE9 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 159 | 233 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.09 |
| HSL | 261.89º | 0.63% | 0.77% | - |
| HSV(B) | 261.89º | 0.32% | 0.91% | - |
| XYZ | 47.36 | 41.12 | 82.53 | - |
| YUV | 175.51 | 160.45 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 233 | 0.20 | 0.32 | 0 | 0.09 | 261.89 | 0.63 | 0.77 |
| Hex | BA | 9F | E9 | 14 | 20 | 0 | 9 | 106 | 3F | 4D |
| Octal | 272 | 237 | 351 | 24 | 40 | 0 | 11 | 406 | 77 | 115 |
| Binary | 10111010 | 10011111 | 11101001 | 10100 | 100000 | 0 | 1001 | 100000110 | 111111 | 1001101 |
Color Harmonies of #BA9FE9
Complementary color
Monochromatic Colors of #BA9FE9
Black with #BA9FE9
Text Example
Text Example
White with #BA9FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9FE9; }
p { color: rgb(186,159,233); }
H1.HeaderClassName
{
color: #BA9FE9;
}
.AnyTagClassName
{
color: #BA9FE9;
}
</style>
background-color css
<style>
a { background-color: #BA9FE9; }
a { background-color: rgb(186,159,233); }
div.DivClassName
{
background-color: #BA9FE9;
}
.BgClassName
{
background-color: #BA9FE9;
}
</style>
border-color css
<style>
span { border-color: #BA9FE9; }
span { border-color: rgb(186,159,233); }
td.TdClassName
{
border-color: #BA9FE9;
}
.TagClassName
{
border-color: #BA9FE9;
}
</style>