Shades of Perfume #BAA1F1
Tints of Perfume #BAA1F1
RGB
CMYK
RGB Variations
Color information
#BAA1F1 (or 0xBAA1F1) is known color: Perfume. HEX triplet: BA, A1 and F1. RGB value is (186,161,241). Sum of RGB (Red+Green+Blue) = 186+161+241=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 161 (63.28% from 255 or 27.38% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAA1F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA1F1 is #455E0E. Grayscale: #B1B1B1. Windows color (decimal): -4546063 or 15835578. OLE color: 15835578.
HSL color Cylindrical-coordinate representation of color #BAA1F1: hue angle of 258.75º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAA1F1 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 161 | 241 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.05 |
| HSL | 258.75º | 0.74% | 0.79% | - |
| HSV(B) | 258.75º | 0.33% | 0.95% | - |
| XYZ | 48.87 | 42.28 | 88.8 | - |
| YUV | 177.6 | 163.78 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 241 | 0.23 | 0.33 | 0 | 0.05 | 258.75 | 0.74 | 0.79 |
| Hex | BA | A1 | F1 | 17 | 21 | 0 | 5 | 103 | 4A | 4F |
| Octal | 272 | 241 | 361 | 27 | 41 | 0 | 5 | 403 | 112 | 117 |
| Binary | 10111010 | 10100001 | 11110001 | 10111 | 100001 | 0 | 101 | 100000011 | 1001010 | 1001111 |
Color Harmonies of #BAA1F1
Complementary color
Monochromatic Colors of #BAA1F1
Black with #BAA1F1
Text Example
Text Example
White with #BAA1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA1F1; }
p { color: rgb(186,161,241); }
H1.HeaderClassName
{
color: #BAA1F1;
}
.AnyTagClassName
{
color: #BAA1F1;
}
</style>
background-color css
<style>
a { background-color: #BAA1F1; }
a { background-color: rgb(186,161,241); }
div.DivClassName
{
background-color: #BAA1F1;
}
.BgClassName
{
background-color: #BAA1F1;
}
</style>
border-color css
<style>
span { border-color: #BAA1F1; }
span { border-color: rgb(186,161,241); }
td.TdClassName
{
border-color: #BAA1F1;
}
.TagClassName
{
border-color: #BAA1F1;
}
</style>