Shades of Perfume #BA9BFD
Tints of Perfume #BA9BFD
RGB
CMYK
RGB Variations
Color information
#BA9BFD (or 0xBA9BFD) is known color: Perfume. HEX triplet: BA, 9B and FD. RGB value is (186,155,253). Sum of RGB (Red+Green+Blue) = 186+155+253=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 155 (60.94% from 255 or 26.09% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA9BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9BFD is #456402. Grayscale: #AFAFAF. Windows color (decimal): -4547587 or 16620474. OLE color: 16620474.
HSL color Cylindrical-coordinate representation of color #BA9BFD: hue angle of 258.98º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA9BFD is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 155 | 253 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.01 |
| HSL | 258.98º | 0.96% | 0.8% | - |
| HSV(B) | 258.98º | 0.39% | 0.99% | - |
| XYZ | 49.7 | 40.97 | 98.22 | - |
| YUV | 175.44 | 171.77 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 253 | 0.26 | 0.39 | 0 | 0.01 | 258.98 | 0.96 | 0.8 |
| Hex | BA | 9B | FD | 1A | 27 | 0 | 1 | 103 | 60 | 50 |
| Octal | 272 | 233 | 375 | 32 | 47 | 0 | 1 | 403 | 140 | 120 |
| Binary | 10111010 | 10011011 | 11111101 | 11010 | 100111 | 0 | 1 | 100000011 | 1100000 | 1010000 |
Color Harmonies of #BA9BFD
Complementary color
Monochromatic Colors of #BA9BFD
Black with #BA9BFD
Text Example
Text Example
White with #BA9BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9BFD; }
p { color: rgb(186,155,253); }
H1.HeaderClassName
{
color: #BA9BFD;
}
.AnyTagClassName
{
color: #BA9BFD;
}
</style>
background-color css
<style>
a { background-color: #BA9BFD; }
a { background-color: rgb(186,155,253); }
div.DivClassName
{
background-color: #BA9BFD;
}
.BgClassName
{
background-color: #BA9BFD;
}
</style>
border-color css
<style>
span { border-color: #BA9BFD; }
span { border-color: rgb(186,155,253); }
td.TdClassName
{
border-color: #BA9BFD;
}
.TagClassName
{
border-color: #BA9BFD;
}
</style>