Shades of Perfume #BA9AF1
Tints of Perfume #BA9AF1
RGB
CMYK
RGB Variations
Color information
#BA9AF1 (or 0xBA9AF1) is known color: Perfume. HEX triplet: BA, 9A and F1. RGB value is (186,154,241). Sum of RGB (Red+Green+Blue) = 186+154+241=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA9AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9AF1 is #45650E. Grayscale: #ADADAD. Windows color (decimal): -4547855 or 15833786. OLE color: 15833786.
HSL color Cylindrical-coordinate representation of color #BA9AF1: hue angle of 262.07º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA9AF1 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 154 | 241 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.05 |
| HSL | 262.07º | 0.76% | 0.77% | - |
| HSV(B) | 262.07º | 0.36% | 0.95% | - |
| XYZ | 47.68 | 39.9 | 88.41 | - |
| YUV | 173.49 | 166.1 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 241 | 0.23 | 0.36 | 0 | 0.05 | 262.07 | 0.76 | 0.77 |
| Hex | BA | 9A | F1 | 17 | 24 | 0 | 5 | 106 | 4C | 4D |
| Octal | 272 | 232 | 361 | 27 | 44 | 0 | 5 | 406 | 114 | 115 |
| Binary | 10111010 | 10011010 | 11110001 | 10111 | 100100 | 0 | 101 | 100000110 | 1001100 | 1001101 |
Color Harmonies of #BA9AF1
Complementary color
Monochromatic Colors of #BA9AF1
Black with #BA9AF1
Text Example
Text Example
White with #BA9AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9AF1; }
p { color: rgb(186,154,241); }
H1.HeaderClassName
{
color: #BA9AF1;
}
.AnyTagClassName
{
color: #BA9AF1;
}
</style>
background-color css
<style>
a { background-color: #BA9AF1; }
a { background-color: rgb(186,154,241); }
div.DivClassName
{
background-color: #BA9AF1;
}
.BgClassName
{
background-color: #BA9AF1;
}
</style>
border-color css
<style>
span { border-color: #BA9AF1; }
span { border-color: rgb(186,154,241); }
td.TdClassName
{
border-color: #BA9AF1;
}
.TagClassName
{
border-color: #BA9AF1;
}
</style>