Shades of Perfume #BA9DFF
Tints of Perfume #BA9DFF
RGB
CMYK
RGB Variations
Color information
#BA9DFF (or 0xBA9DFF) is known color: Perfume. HEX triplet: BA, 9D and FF. RGB value is (186,157,255). Sum of RGB (Red+Green+Blue) = 186+157+255=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 157 (61.72% from 255 or 26.25% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA9DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9DFF is #456200. Grayscale: #B0B0B0. Windows color (decimal): -4547073 or 16752058. OLE color: 16752058.
HSL color Cylindrical-coordinate representation of color #BA9DFF: hue angle of 257.76º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA9DFF is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 157 | 255 | - |
| CMYK | 0.27 | 0.38 | 0 | 0 |
| HSL | 257.76º | 1% | 0.81% | - |
| HSV(B) | 257.76º | 0.38% | 1% | - |
| XYZ | 50.36 | 41.77 | 100.02 | - |
| YUV | 176.84 | 172.11 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 255 | 0.27 | 0.38 | 0 | 0 | 257.76 | 1 | 0.81 |
| Hex | BA | 9D | FF | 1B | 26 | 0 | 0 | 102 | 64 | 51 |
| Octal | 272 | 235 | 377 | 33 | 46 | 0 | 0 | 402 | 144 | 121 |
| Binary | 10111010 | 10011101 | 11111111 | 11011 | 100110 | 0 | 0 | 100000010 | 1100100 | 1010001 |
Color Harmonies of #BA9DFF
Complementary color
Monochromatic Colors of #BA9DFF
Black with #BA9DFF
Text Example
Text Example
White with #BA9DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9DFF; }
p { color: rgb(186,157,255); }
H1.HeaderClassName
{
color: #BA9DFF;
}
.AnyTagClassName
{
color: #BA9DFF;
}
</style>
background-color css
<style>
a { background-color: #BA9DFF; }
a { background-color: rgb(186,157,255); }
div.DivClassName
{
background-color: #BA9DFF;
}
.BgClassName
{
background-color: #BA9DFF;
}
</style>
border-color css
<style>
span { border-color: #BA9DFF; }
span { border-color: rgb(186,157,255); }
td.TdClassName
{
border-color: #BA9DFF;
}
.TagClassName
{
border-color: #BA9DFF;
}
</style>