Shades of Perfume #BAA1EE
Tints of Perfume #BAA1EE
RGB
CMYK
RGB Variations
Color information
#BAA1EE (or 0xBAA1EE) is known color: Perfume. HEX triplet: BA, A1 and EE. RGB value is (186,161,238). Sum of RGB (Red+Green+Blue) = 186+161+238=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 161 (63.28% from 255 or 27.52% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAA1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA1EE is #455E11. Grayscale: #B0B0B0. Windows color (decimal): -4546066 or 15638970. OLE color: 15638970.
HSL color Cylindrical-coordinate representation of color #BAA1EE: hue angle of 259.48º degrees, saturation: 0.69, 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 #BAA1EE is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 161 | 238 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.07 |
| HSL | 259.48º | 0.69% | 0.78% | - |
| HSV(B) | 259.48º | 0.32% | 0.93% | - |
| XYZ | 48.43 | 42.1 | 86.46 | - |
| YUV | 177.25 | 162.28 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 238 | 0.22 | 0.32 | 0 | 0.07 | 259.48 | 0.69 | 0.78 |
| Hex | BA | A1 | EE | 16 | 20 | 0 | 7 | 103 | 45 | 4E |
| Octal | 272 | 241 | 356 | 26 | 40 | 0 | 7 | 403 | 105 | 116 |
| Binary | 10111010 | 10100001 | 11101110 | 10110 | 100000 | 0 | 111 | 100000011 | 1000101 | 1001110 |
Color Harmonies of #BAA1EE
Complementary color
Monochromatic Colors of #BAA1EE
Black with #BAA1EE
Text Example
Text Example
White with #BAA1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA1EE; }
p { color: rgb(186,161,238); }
H1.HeaderClassName
{
color: #BAA1EE;
}
.AnyTagClassName
{
color: #BAA1EE;
}
</style>
background-color css
<style>
a { background-color: #BAA1EE; }
a { background-color: rgb(186,161,238); }
div.DivClassName
{
background-color: #BAA1EE;
}
.BgClassName
{
background-color: #BAA1EE;
}
</style>
border-color css
<style>
span { border-color: #BAA1EE; }
span { border-color: rgb(186,161,238); }
td.TdClassName
{
border-color: #BAA1EE;
}
.TagClassName
{
border-color: #BAA1EE;
}
</style>