Shades of Perfume #BAA1EC
Tints of Perfume #BAA1EC
RGB
CMYK
RGB Variations
Color information
#BAA1EC (or 0xBAA1EC) is known color: Perfume. HEX triplet: BA, A1 and EC. RGB value is (186,161,236). Sum of RGB (Red+Green+Blue) = 186+161+236=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 161 (63.28% from 255 or 27.62% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAA1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA1EC is #455E13. Grayscale: #B0B0B0. Windows color (decimal): -4546068 or 15507898. OLE color: 15507898.
HSL color Cylindrical-coordinate representation of color #BAA1EC: hue angle of 260º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAA1EC is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 161 | 236 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.07 |
| HSL | 260º | 0.66% | 0.78% | - |
| HSV(B) | 260º | 0.32% | 0.93% | - |
| XYZ | 48.13 | 41.98 | 84.92 | - |
| YUV | 177.03 | 161.28 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 236 | 0.21 | 0.32 | 0 | 0.07 | 260 | 0.66 | 0.78 |
| Hex | BA | A1 | EC | 15 | 20 | 0 | 7 | 104 | 42 | 4E |
| Octal | 272 | 241 | 354 | 25 | 40 | 0 | 7 | 404 | 102 | 116 |
| Binary | 10111010 | 10100001 | 11101100 | 10101 | 100000 | 0 | 111 | 100000100 | 1000010 | 1001110 |
Color Harmonies of #BAA1EC
Complementary color
Monochromatic Colors of #BAA1EC
Black with #BAA1EC
Text Example
Text Example
White with #BAA1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA1EC; }
p { color: rgb(186,161,236); }
H1.HeaderClassName
{
color: #BAA1EC;
}
.AnyTagClassName
{
color: #BAA1EC;
}
</style>
background-color css
<style>
a { background-color: #BAA1EC; }
a { background-color: rgb(186,161,236); }
div.DivClassName
{
background-color: #BAA1EC;
}
.BgClassName
{
background-color: #BAA1EC;
}
</style>
border-color css
<style>
span { border-color: #BAA1EC; }
span { border-color: rgb(186,161,236); }
td.TdClassName
{
border-color: #BAA1EC;
}
.TagClassName
{
border-color: #BAA1EC;
}
</style>