Shades of Perfume #BAA1F9
Tints of Perfume #BAA1F9
RGB
CMYK
RGB Variations
Color information
#BAA1F9 (or 0xBAA1F9) is known color: Perfume. HEX triplet: BA, A1 and F9. RGB value is (186,161,249). Sum of RGB (Red+Green+Blue) = 186+161+249=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 161 (63.28% from 255 or 27.01% from 596); Blue value is 249 (97.66% from 255 or 41.78% from 596); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAA1F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA1F9 is #455E06. Grayscale: #B2B2B2. Windows color (decimal): -4546055 or 16359866. OLE color: 16359866.
HSL color Cylindrical-coordinate representation of color #BAA1F9: hue angle of 257.05º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAA1F9 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 161 | 249 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.02 |
| HSL | 257.05º | 0.88% | 0.8% | - |
| HSV(B) | 257.05º | 0.35% | 0.98% | - |
| XYZ | 50.09 | 42.77 | 95.24 | - |
| YUV | 178.51 | 167.78 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 249 | 0.25 | 0.35 | 0 | 0.02 | 257.05 | 0.88 | 0.8 |
| Hex | BA | A1 | F9 | 19 | 23 | 0 | 2 | 101 | 58 | 50 |
| Octal | 272 | 241 | 371 | 31 | 43 | 0 | 2 | 401 | 130 | 120 |
| Binary | 10111010 | 10100001 | 11111001 | 11001 | 100011 | 0 | 10 | 100000001 | 1011000 | 1010000 |
Color Harmonies of #BAA1F9
Complementary color
Monochromatic Colors of #BAA1F9
Black with #BAA1F9
Text Example
Text Example
White with #BAA1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA1F9; }
p { color: rgb(186,161,249); }
H1.HeaderClassName
{
color: #BAA1F9;
}
.AnyTagClassName
{
color: #BAA1F9;
}
</style>
background-color css
<style>
a { background-color: #BAA1F9; }
a { background-color: rgb(186,161,249); }
div.DivClassName
{
background-color: #BAA1F9;
}
.BgClassName
{
background-color: #BAA1F9;
}
</style>
border-color css
<style>
span { border-color: #BAA1F9; }
span { border-color: rgb(186,161,249); }
td.TdClassName
{
border-color: #BAA1F9;
}
.TagClassName
{
border-color: #BAA1F9;
}
</style>