Shades of Perfume #BAA2EE
Tints of Perfume #BAA2EE
RGB
CMYK
RGB Variations
Color information
#BAA2EE (or 0xBAA2EE) is known color: Perfume. HEX triplet: BA, A2 and EE. RGB value is (186,162,238). Sum of RGB (Red+Green+Blue) = 186+162+238=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 162 (63.67% from 255 or 27.65% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAA2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA2EE is #455D11. Grayscale: #B1B1B1. Windows color (decimal): -4545810 or 15639226. OLE color: 15639226.
HSL color Cylindrical-coordinate representation of color #BAA2EE: hue angle of 258.95º 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 #BAA2EE is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 162 | 238 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.07 |
| HSL | 258.95º | 0.69% | 0.78% | - |
| HSV(B) | 258.95º | 0.32% | 0.93% | - |
| XYZ | 48.6 | 42.45 | 86.52 | - |
| YUV | 177.84 | 161.95 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 238 | 0.22 | 0.32 | 0 | 0.07 | 258.95 | 0.69 | 0.78 |
| Hex | BA | A2 | EE | 16 | 20 | 0 | 7 | 103 | 45 | 4E |
| Octal | 272 | 242 | 356 | 26 | 40 | 0 | 7 | 403 | 105 | 116 |
| Binary | 10111010 | 10100010 | 11101110 | 10110 | 100000 | 0 | 111 | 100000011 | 1000101 | 1001110 |
Color Harmonies of #BAA2EE
Complementary color
Monochromatic Colors of #BAA2EE
Black with #BAA2EE
Text Example
Text Example
White with #BAA2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA2EE; }
p { color: rgb(186,162,238); }
H1.HeaderClassName
{
color: #BAA2EE;
}
.AnyTagClassName
{
color: #BAA2EE;
}
</style>
background-color css
<style>
a { background-color: #BAA2EE; }
a { background-color: rgb(186,162,238); }
div.DivClassName
{
background-color: #BAA2EE;
}
.BgClassName
{
background-color: #BAA2EE;
}
</style>
border-color css
<style>
span { border-color: #BAA2EE; }
span { border-color: rgb(186,162,238); }
td.TdClassName
{
border-color: #BAA2EE;
}
.TagClassName
{
border-color: #BAA2EE;
}
</style>