Shades of Perfume #BAA1FE
Tints of Perfume #BAA1FE
RGB
CMYK
RGB Variations
Color information
#BAA1FE (or 0xBAA1FE) is known color: Perfume. HEX triplet: BA, A1 and FE. RGB value is (186,161,254). Sum of RGB (Red+Green+Blue) = 186+161+254=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 161 (63.28% from 255 or 26.79% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAA1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA1FE is #455E01. Grayscale: #B2B2B2. Windows color (decimal): -4546050 or 16687546. OLE color: 16687546.
HSL color Cylindrical-coordinate representation of color #BAA1FE: hue angle of 256.13º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAA1FE is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 161 | 254 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.00 |
| HSL | 256.13º | 0.98% | 0.81% | - |
| HSV(B) | 256.13º | 0.37% | 1% | - |
| XYZ | 50.88 | 43.08 | 99.4 | - |
| YUV | 179.08 | 170.28 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 254 | 0.27 | 0.37 | 0 | 0.00 | 256.13 | 0.98 | 0.81 |
| Hex | BA | A1 | FE | 1B | 25 | 0 | 0 | 100 | 62 | 51 |
| Octal | 272 | 241 | 376 | 33 | 45 | 0 | 0 | 400 | 142 | 121 |
| Binary | 10111010 | 10100001 | 11111110 | 11011 | 100101 | 0 | 0 | 100000000 | 1100010 | 1010001 |
Color Harmonies of #BAA1FE
Complementary color
Monochromatic Colors of #BAA1FE
Black with #BAA1FE
Text Example
Text Example
White with #BAA1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA1FE; }
p { color: rgb(186,161,254); }
H1.HeaderClassName
{
color: #BAA1FE;
}
.AnyTagClassName
{
color: #BAA1FE;
}
</style>
background-color css
<style>
a { background-color: #BAA1FE; }
a { background-color: rgb(186,161,254); }
div.DivClassName
{
background-color: #BAA1FE;
}
.BgClassName
{
background-color: #BAA1FE;
}
</style>
border-color css
<style>
span { border-color: #BAA1FE; }
span { border-color: rgb(186,161,254); }
td.TdClassName
{
border-color: #BAA1FE;
}
.TagClassName
{
border-color: #BAA1FE;
}
</style>