Shades of Perfume #BA9FFD
Tints of Perfume #BA9FFD
RGB
CMYK
RGB Variations
Color information
#BA9FFD (or 0xBA9FFD) is known color: Perfume. HEX triplet: BA, 9F and FD. RGB value is (186,159,253). Sum of RGB (Red+Green+Blue) = 186+159+253=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 159 (62.5% from 255 or 26.59% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA9FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9FFD is #456002. Grayscale: #B1B1B1. Windows color (decimal): -4546563 or 16621498. OLE color: 16621498.
HSL color Cylindrical-coordinate representation of color #BA9FFD: hue angle of 257.23º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA9FFD is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 159 | 253 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.01 |
| HSL | 257.23º | 0.96% | 0.81% | - |
| HSV(B) | 257.23º | 0.37% | 0.99% | - |
| XYZ | 50.38 | 42.33 | 98.44 | - |
| YUV | 177.79 | 170.45 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 253 | 0.26 | 0.37 | 0 | 0.01 | 257.23 | 0.96 | 0.81 |
| Hex | BA | 9F | FD | 1A | 25 | 0 | 1 | 101 | 60 | 51 |
| Octal | 272 | 237 | 375 | 32 | 45 | 0 | 1 | 401 | 140 | 121 |
| Binary | 10111010 | 10011111 | 11111101 | 11010 | 100101 | 0 | 1 | 100000001 | 1100000 | 1010001 |
Color Harmonies of #BA9FFD
Complementary color
Monochromatic Colors of #BA9FFD
Black with #BA9FFD
Text Example
Text Example
White with #BA9FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9FFD; }
p { color: rgb(186,159,253); }
H1.HeaderClassName
{
color: #BA9FFD;
}
.AnyTagClassName
{
color: #BA9FFD;
}
</style>
background-color css
<style>
a { background-color: #BA9FFD; }
a { background-color: rgb(186,159,253); }
div.DivClassName
{
background-color: #BA9FFD;
}
.BgClassName
{
background-color: #BA9FFD;
}
</style>
border-color css
<style>
span { border-color: #BA9FFD; }
span { border-color: rgb(186,159,253); }
td.TdClassName
{
border-color: #BA9FFD;
}
.TagClassName
{
border-color: #BA9FFD;
}
</style>