Shades of Perfume #BAA1EA
Tints of Perfume #BAA1EA
RGB
CMYK
RGB Variations
Color information
#BAA1EA (or 0xBAA1EA) is known color: Perfume. HEX triplet: BA, A1 and EA. RGB value is (186,161,234). Sum of RGB (Red+Green+Blue) = 186+161+234=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 161 (63.28% from 255 or 27.71% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAA1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA1EA is #455E15. Grayscale: #B0B0B0. Windows color (decimal): -4546070 or 15376826. OLE color: 15376826.
HSL color Cylindrical-coordinate representation of color #BAA1EA: hue angle of 260.55º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAA1EA is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 161 | 234 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.08 |
| HSL | 260.55º | 0.63% | 0.77% | - |
| HSV(B) | 260.55º | 0.31% | 0.92% | - |
| XYZ | 47.85 | 41.87 | 83.4 | - |
| YUV | 176.8 | 160.28 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 234 | 0.21 | 0.31 | 0 | 0.08 | 260.55 | 0.63 | 0.77 |
| Hex | BA | A1 | EA | 15 | 1F | 0 | 8 | 105 | 3F | 4D |
| Octal | 272 | 241 | 352 | 25 | 37 | 0 | 10 | 405 | 77 | 115 |
| Binary | 10111010 | 10100001 | 11101010 | 10101 | 11111 | 0 | 1000 | 100000101 | 111111 | 1001101 |
Color Harmonies of #BAA1EA
Complementary color
Monochromatic Colors of #BAA1EA
Black with #BAA1EA
Text Example
Text Example
White with #BAA1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA1EA; }
p { color: rgb(186,161,234); }
H1.HeaderClassName
{
color: #BAA1EA;
}
.AnyTagClassName
{
color: #BAA1EA;
}
</style>
background-color css
<style>
a { background-color: #BAA1EA; }
a { background-color: rgb(186,161,234); }
div.DivClassName
{
background-color: #BAA1EA;
}
.BgClassName
{
background-color: #BAA1EA;
}
</style>
border-color css
<style>
span { border-color: #BAA1EA; }
span { border-color: rgb(186,161,234); }
td.TdClassName
{
border-color: #BAA1EA;
}
.TagClassName
{
border-color: #BAA1EA;
}
</style>