Shades of Perfume #BA94FD
Tints of Perfume #BA94FD
RGB
CMYK
RGB Variations
Color information
#BA94FD (or 0xBA94FD) is known color: Perfume. HEX triplet: BA, 94 and FD. RGB value is (186,148,253). Sum of RGB (Red+Green+Blue) = 186+148+253=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 148 (58.20% from 255 or 25.21% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA94FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA94FD is #456B02. Grayscale: #AAAAAA. Windows color (decimal): -4549379 or 16618682. OLE color: 16618682.
HSL color Cylindrical-coordinate representation of color #BA94FD: hue angle of 261.71º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA94FD is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 148 | 253 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.01 |
| HSL | 261.71º | 0.96% | 0.79% | - |
| HSV(B) | 261.71º | 0.42% | 0.99% | - |
| XYZ | 48.57 | 38.71 | 97.84 | - |
| YUV | 171.33 | 174.09 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 253 | 0.26 | 0.42 | 0 | 0.01 | 261.71 | 0.96 | 0.79 |
| Hex | BA | 94 | FD | 1A | 2A | 0 | 1 | 106 | 60 | 4F |
| Octal | 272 | 224 | 375 | 32 | 52 | 0 | 1 | 406 | 140 | 117 |
| Binary | 10111010 | 10010100 | 11111101 | 11010 | 101010 | 0 | 1 | 100000110 | 1100000 | 1001111 |
Color Harmonies of #BA94FD
Complementary color
Monochromatic Colors of #BA94FD
Black with #BA94FD
Text Example
Text Example
White with #BA94FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA94FD; }
p { color: rgb(186,148,253); }
H1.HeaderClassName
{
color: #BA94FD;
}
.AnyTagClassName
{
color: #BA94FD;
}
</style>
background-color css
<style>
a { background-color: #BA94FD; }
a { background-color: rgb(186,148,253); }
div.DivClassName
{
background-color: #BA94FD;
}
.BgClassName
{
background-color: #BA94FD;
}
</style>
border-color css
<style>
span { border-color: #BA94FD; }
span { border-color: rgb(186,148,253); }
td.TdClassName
{
border-color: #BA94FD;
}
.TagClassName
{
border-color: #BA94FD;
}
</style>