Shades of Perfume #BAA3EE
Tints of Perfume #BAA3EE
RGB
CMYK
RGB Variations
Color information
#BAA3EE (or 0xBAA3EE) is known color: Perfume. HEX triplet: BA, A3 and EE. RGB value is (186,163,238). Sum of RGB (Red+Green+Blue) = 186+163+238=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 163 (64.06% from 255 or 27.77% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAA3EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA3EE is #455C11. Grayscale: #B2B2B2. Windows color (decimal): -4545554 or 15639482. OLE color: 15639482.
HSL color Cylindrical-coordinate representation of color #BAA3EE: hue angle of 258.4º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAA3EE is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 163 | 238 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.07 |
| HSL | 258.4º | 0.69% | 0.79% | - |
| HSV(B) | 258.4º | 0.32% | 0.93% | - |
| XYZ | 48.78 | 42.81 | 86.58 | - |
| YUV | 178.43 | 161.62 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 238 | 0.22 | 0.32 | 0 | 0.07 | 258.4 | 0.69 | 0.79 |
| Hex | BA | A3 | EE | 16 | 20 | 0 | 7 | 102 | 45 | 4F |
| Octal | 272 | 243 | 356 | 26 | 40 | 0 | 7 | 402 | 105 | 117 |
| Binary | 10111010 | 10100011 | 11101110 | 10110 | 100000 | 0 | 111 | 100000010 | 1000101 | 1001111 |
Color Harmonies of #BAA3EE
Complementary color
Monochromatic Colors of #BAA3EE
Black with #BAA3EE
Text Example
Text Example
White with #BAA3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA3EE; }
p { color: rgb(186,163,238); }
H1.HeaderClassName
{
color: #BAA3EE;
}
.AnyTagClassName
{
color: #BAA3EE;
}
</style>
background-color css
<style>
a { background-color: #BAA3EE; }
a { background-color: rgb(186,163,238); }
div.DivClassName
{
background-color: #BAA3EE;
}
.BgClassName
{
background-color: #BAA3EE;
}
</style>
border-color css
<style>
span { border-color: #BAA3EE; }
span { border-color: rgb(186,163,238); }
td.TdClassName
{
border-color: #BAA3EE;
}
.TagClassName
{
border-color: #BAA3EE;
}
</style>