Shades of Perfume #BAA2E3
Tints of Perfume #BAA2E3
RGB
CMYK
RGB Variations
Color information
#BAA2E3 (or 0xBAA2E3) is known color: Perfume. HEX triplet: BA, A2 and E3. RGB value is (186,162,227). Sum of RGB (Red+Green+Blue) = 186+162+227=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 162 (63.67% from 255 or 28.17% from 575); Blue value is 227 (89.06% from 255 or 39.48% from 575); Max value from RGB is 227 - color contains mainly: blue. Hex color #BAA2E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA2E3 is #455D1C. Grayscale: #B0B0B0. Windows color (decimal): -4545821 or 14918330. OLE color: 14918330.
HSL color Cylindrical-coordinate representation of color #BAA2E3: hue angle of 262.15º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAA2E3 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 162 | 227 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.11 |
| HSL | 262.15º | 0.54% | 0.76% | - |
| HSV(B) | 262.15º | 0.29% | 0.89% | - |
| XYZ | 47.04 | 41.83 | 78.27 | - |
| YUV | 176.59 | 156.45 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 227 | 0.18 | 0.29 | 0 | 0.11 | 262.15 | 0.54 | 0.76 |
| Hex | BA | A2 | E3 | 12 | 1D | 0 | B | 106 | 36 | 4C |
| Octal | 272 | 242 | 343 | 22 | 35 | 0 | 13 | 406 | 66 | 114 |
| Binary | 10111010 | 10100010 | 11100011 | 10010 | 11101 | 0 | 1011 | 100000110 | 110110 | 1001100 |
Color Harmonies of #BAA2E3
Complementary color
Monochromatic Colors of #BAA2E3
Black with #BAA2E3
Text Example
Text Example
White with #BAA2E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA2E3; }
p { color: rgb(186,162,227); }
H1.HeaderClassName
{
color: #BAA2E3;
}
.AnyTagClassName
{
color: #BAA2E3;
}
</style>
background-color css
<style>
a { background-color: #BAA2E3; }
a { background-color: rgb(186,162,227); }
div.DivClassName
{
background-color: #BAA2E3;
}
.BgClassName
{
background-color: #BAA2E3;
}
</style>
border-color css
<style>
span { border-color: #BAA2E3; }
span { border-color: rgb(186,162,227); }
td.TdClassName
{
border-color: #BAA2E3;
}
.TagClassName
{
border-color: #BAA2E3;
}
</style>