Shades of Perfume #BA98FD
Tints of Perfume #BA98FD
RGB
CMYK
RGB Variations
Color information
#BA98FD (or 0xBA98FD) is known color: Perfume. HEX triplet: BA, 98 and FD. RGB value is (186,152,253). Sum of RGB (Red+Green+Blue) = 186+152+253=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 152 (59.77% from 255 or 25.72% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA98FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA98FD is #456702. Grayscale: #ADADAD. Windows color (decimal): -4548355 or 16619706. OLE color: 16619706.
HSL color Cylindrical-coordinate representation of color #BA98FD: hue angle of 260.2º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA98FD is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 152 | 253 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.01 |
| HSL | 260.2º | 0.96% | 0.79% | - |
| HSV(B) | 260.2º | 0.4% | 0.99% | - |
| XYZ | 49.21 | 39.99 | 98.05 | - |
| YUV | 173.68 | 172.76 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 253 | 0.26 | 0.40 | 0 | 0.01 | 260.2 | 0.96 | 0.79 |
| Hex | BA | 98 | FD | 1A | 28 | 0 | 1 | 104 | 60 | 4F |
| Octal | 272 | 230 | 375 | 32 | 50 | 0 | 1 | 404 | 140 | 117 |
| Binary | 10111010 | 10011000 | 11111101 | 11010 | 101000 | 0 | 1 | 100000100 | 1100000 | 1001111 |
Color Harmonies of #BA98FD
Complementary color
Monochromatic Colors of #BA98FD
Black with #BA98FD
Text Example
Text Example
White with #BA98FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA98FD; }
p { color: rgb(186,152,253); }
H1.HeaderClassName
{
color: #BA98FD;
}
.AnyTagClassName
{
color: #BA98FD;
}
</style>
background-color css
<style>
a { background-color: #BA98FD; }
a { background-color: rgb(186,152,253); }
div.DivClassName
{
background-color: #BA98FD;
}
.BgClassName
{
background-color: #BA98FD;
}
</style>
border-color css
<style>
span { border-color: #BA98FD; }
span { border-color: rgb(186,152,253); }
td.TdClassName
{
border-color: #BA98FD;
}
.TagClassName
{
border-color: #BA98FD;
}
</style>