Shades of Perfume #BA9DFD
Tints of Perfume #BA9DFD
RGB
CMYK
RGB Variations
Color information
#BA9DFD (or 0xBA9DFD) is known color: Perfume. HEX triplet: BA, 9D and FD. RGB value is (186,157,253). Sum of RGB (Red+Green+Blue) = 186+157+253=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 157 (61.72% from 255 or 26.34% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA9DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9DFD is #456202. Grayscale: #B0B0B0. Windows color (decimal): -4547075 or 16620986. OLE color: 16620986.
HSL color Cylindrical-coordinate representation of color #BA9DFD: hue angle of 258.12º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA9DFD is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 157 | 253 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.01 |
| HSL | 258.13º | 0.96% | 0.8% | - |
| HSV(B) | 258.13º | 0.38% | 0.99% | - |
| XYZ | 50.04 | 41.64 | 98.33 | - |
| YUV | 176.62 | 171.11 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 253 | 0.26 | 0.38 | 0 | 0.01 | 258.13 | 0.96 | 0.8 |
| Hex | BA | 9D | FD | 1A | 26 | 0 | 1 | 102 | 60 | 50 |
| Octal | 272 | 235 | 375 | 32 | 46 | 0 | 1 | 402 | 140 | 120 |
| Binary | 10111010 | 10011101 | 11111101 | 11010 | 100110 | 0 | 1 | 100000010 | 1100000 | 1010000 |
Color Harmonies of #BA9DFD
Complementary color
Monochromatic Colors of #BA9DFD
Black with #BA9DFD
Text Example
Text Example
White with #BA9DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9DFD; }
p { color: rgb(186,157,253); }
H1.HeaderClassName
{
color: #BA9DFD;
}
.AnyTagClassName
{
color: #BA9DFD;
}
</style>
background-color css
<style>
a { background-color: #BA9DFD; }
a { background-color: rgb(186,157,253); }
div.DivClassName
{
background-color: #BA9DFD;
}
.BgClassName
{
background-color: #BA9DFD;
}
</style>
border-color css
<style>
span { border-color: #BA9DFD; }
span { border-color: rgb(186,157,253); }
td.TdClassName
{
border-color: #BA9DFD;
}
.TagClassName
{
border-color: #BA9DFD;
}
</style>