Shades of Perfume #BA9DFC
Tints of Perfume #BA9DFC
RGB
CMYK
RGB Variations
Color information
#BA9DFC (or 0xBA9DFC) is known color: Perfume. HEX triplet: BA, 9D and FC. RGB value is (186,157,252). Sum of RGB (Red+Green+Blue) = 186+157+252=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 157 (61.72% from 255 or 26.39% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA9DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9DFC is #456203. Grayscale: #B0B0B0. Windows color (decimal): -4547076 or 16555450. OLE color: 16555450.
HSL color Cylindrical-coordinate representation of color #BA9DFC: hue angle of 258.32º degrees, saturation: 0.94, 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 #BA9DFC is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 157 | 252 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.01 |
| HSL | 258.32º | 0.94% | 0.8% | - |
| HSV(B) | 258.32º | 0.38% | 0.99% | - |
| XYZ | 49.88 | 41.58 | 97.49 | - |
| YUV | 176.5 | 170.61 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 252 | 0.26 | 0.38 | 0 | 0.01 | 258.32 | 0.94 | 0.8 |
| Hex | BA | 9D | FC | 1A | 26 | 0 | 1 | 102 | 5E | 50 |
| Octal | 272 | 235 | 374 | 32 | 46 | 0 | 1 | 402 | 136 | 120 |
| Binary | 10111010 | 10011101 | 11111100 | 11010 | 100110 | 0 | 1 | 100000010 | 1011110 | 1010000 |
Color Harmonies of #BA9DFC
Complementary color
Monochromatic Colors of #BA9DFC
Black with #BA9DFC
Text Example
Text Example
White with #BA9DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9DFC; }
p { color: rgb(186,157,252); }
H1.HeaderClassName
{
color: #BA9DFC;
}
.AnyTagClassName
{
color: #BA9DFC;
}
</style>
background-color css
<style>
a { background-color: #BA9DFC; }
a { background-color: rgb(186,157,252); }
div.DivClassName
{
background-color: #BA9DFC;
}
.BgClassName
{
background-color: #BA9DFC;
}
</style>
border-color css
<style>
span { border-color: #BA9DFC; }
span { border-color: rgb(186,157,252); }
td.TdClassName
{
border-color: #BA9DFC;
}
.TagClassName
{
border-color: #BA9DFC;
}
</style>