Shades of Perfume #BA9DF3
Tints of Perfume #BA9DF3
RGB
CMYK
RGB Variations
Color information
#BA9DF3 (or 0xBA9DF3) is known color: Perfume. HEX triplet: BA, 9D and F3. RGB value is (186,157,243). Sum of RGB (Red+Green+Blue) = 186+157+243=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 243 (95.31% from 255 or 41.47% from 586); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA9DF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9DF3 is #45620C. Grayscale: #AFAFAF. Windows color (decimal): -4547085 or 15965626. OLE color: 15965626.
HSL color Cylindrical-coordinate representation of color #BA9DF3: hue angle of 260.23º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA9DF3 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 157 | 243 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.05 |
| HSL | 260.23º | 0.78% | 0.78% | - |
| HSV(B) | 260.23º | 0.35% | 0.95% | - |
| XYZ | 48.48 | 41.02 | 90.16 | - |
| YUV | 175.48 | 166.11 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 243 | 0.23 | 0.35 | 0 | 0.05 | 260.23 | 0.78 | 0.78 |
| Hex | BA | 9D | F3 | 17 | 23 | 0 | 5 | 104 | 4E | 4E |
| Octal | 272 | 235 | 363 | 27 | 43 | 0 | 5 | 404 | 116 | 116 |
| Binary | 10111010 | 10011101 | 11110011 | 10111 | 100011 | 0 | 101 | 100000100 | 1001110 | 1001110 |
Color Harmonies of #BA9DF3
Complementary color
Monochromatic Colors of #BA9DF3
Black with #BA9DF3
Text Example
Text Example
White with #BA9DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9DF3; }
p { color: rgb(186,157,243); }
H1.HeaderClassName
{
color: #BA9DF3;
}
.AnyTagClassName
{
color: #BA9DF3;
}
</style>
background-color css
<style>
a { background-color: #BA9DF3; }
a { background-color: rgb(186,157,243); }
div.DivClassName
{
background-color: #BA9DF3;
}
.BgClassName
{
background-color: #BA9DF3;
}
</style>
border-color css
<style>
span { border-color: #BA9DF3; }
span { border-color: rgb(186,157,243); }
td.TdClassName
{
border-color: #BA9DF3;
}
.TagClassName
{
border-color: #BA9DF3;
}
</style>