Shades of Perfume #BAA4F1
Tints of Perfume #BAA4F1
RGB
CMYK
RGB Variations
Color information
#BAA4F1 (or 0xBAA4F1) is known color: Perfume. HEX triplet: BA, A4 and F1. RGB value is (186,164,241). Sum of RGB (Red+Green+Blue) = 186+164+241=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 164 (64.45% from 255 or 27.75% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAA4F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA4F1 is #455B0E. Grayscale: #B3B3B3. Windows color (decimal): -4545295 or 15836346. OLE color: 15836346.
HSL color Cylindrical-coordinate representation of color #BAA4F1: hue angle of 257.14º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAA4F1 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 164 | 241 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.05 |
| HSL | 257.14º | 0.73% | 0.79% | - |
| HSV(B) | 257.14º | 0.32% | 0.95% | - |
| XYZ | 49.4 | 43.34 | 88.98 | - |
| YUV | 179.36 | 162.79 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 241 | 0.23 | 0.32 | 0 | 0.05 | 257.14 | 0.73 | 0.79 |
| Hex | BA | A4 | F1 | 17 | 20 | 0 | 5 | 101 | 49 | 4F |
| Octal | 272 | 244 | 361 | 27 | 40 | 0 | 5 | 401 | 111 | 117 |
| Binary | 10111010 | 10100100 | 11110001 | 10111 | 100000 | 0 | 101 | 100000001 | 1001001 | 1001111 |
Color Harmonies of #BAA4F1
Complementary color
Monochromatic Colors of #BAA4F1
Black with #BAA4F1
Text Example
Text Example
White with #BAA4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA4F1; }
p { color: rgb(186,164,241); }
H1.HeaderClassName
{
color: #BAA4F1;
}
.AnyTagClassName
{
color: #BAA4F1;
}
</style>
background-color css
<style>
a { background-color: #BAA4F1; }
a { background-color: rgb(186,164,241); }
div.DivClassName
{
background-color: #BAA4F1;
}
.BgClassName
{
background-color: #BAA4F1;
}
</style>
border-color css
<style>
span { border-color: #BAA4F1; }
span { border-color: rgb(186,164,241); }
td.TdClassName
{
border-color: #BAA4F1;
}
.TagClassName
{
border-color: #BAA4F1;
}
</style>