Shades of Perfume #BA96FD
Tints of Perfume #BA96FD
RGB
CMYK
RGB Variations
Color information
#BA96FD (or 0xBA96FD) is known color: Perfume. HEX triplet: BA, 96 and FD. RGB value is (186,150,253). Sum of RGB (Red+Green+Blue) = 186+150+253=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 150 (58.98% from 255 or 25.47% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA96FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA96FD is #456902. Grayscale: #ACACAC. Windows color (decimal): -4548867 or 16619194. OLE color: 16619194.
HSL color Cylindrical-coordinate representation of color #BA96FD: hue angle of 260.97º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA96FD is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 150 | 253 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.01 |
| HSL | 260.97º | 0.96% | 0.79% | - |
| HSV(B) | 260.97º | 0.41% | 0.99% | - |
| XYZ | 48.89 | 39.34 | 97.95 | - |
| YUV | 172.51 | 173.43 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 253 | 0.26 | 0.41 | 0 | 0.01 | 260.97 | 0.96 | 0.79 |
| Hex | BA | 96 | FD | 1A | 29 | 0 | 1 | 105 | 60 | 4F |
| Octal | 272 | 226 | 375 | 32 | 51 | 0 | 1 | 405 | 140 | 117 |
| Binary | 10111010 | 10010110 | 11111101 | 11010 | 101001 | 0 | 1 | 100000101 | 1100000 | 1001111 |
Color Harmonies of #BA96FD
Complementary color
Monochromatic Colors of #BA96FD
Black with #BA96FD
Text Example
Text Example
White with #BA96FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA96FD; }
p { color: rgb(186,150,253); }
H1.HeaderClassName
{
color: #BA96FD;
}
.AnyTagClassName
{
color: #BA96FD;
}
</style>
background-color css
<style>
a { background-color: #BA96FD; }
a { background-color: rgb(186,150,253); }
div.DivClassName
{
background-color: #BA96FD;
}
.BgClassName
{
background-color: #BA96FD;
}
</style>
border-color css
<style>
span { border-color: #BA96FD; }
span { border-color: rgb(186,150,253); }
td.TdClassName
{
border-color: #BA96FD;
}
.TagClassName
{
border-color: #BA96FD;
}
</style>