Shades of Perfume #BAA2E5
Tints of Perfume #BAA2E5
RGB
CMYK
RGB Variations
Color information
#BAA2E5 (or 0xBAA2E5) is known color: Perfume. HEX triplet: BA, A2 and E5. RGB value is (186,162,229). Sum of RGB (Red+Green+Blue) = 186+162+229=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 162 (63.67% from 255 or 28.08% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAA2E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA2E5 is #455D1A. Grayscale: #B0B0B0. Windows color (decimal): -4545819 or 15049402. OLE color: 15049402.
HSL color Cylindrical-coordinate representation of color #BAA2E5: hue angle of 261.49º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAA2E5 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 162 | 229 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.10 |
| HSL | 261.49º | 0.56% | 0.77% | - |
| HSV(B) | 261.49º | 0.29% | 0.9% | - |
| XYZ | 47.31 | 41.94 | 79.73 | - |
| YUV | 176.81 | 157.45 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 229 | 0.19 | 0.29 | 0 | 0.10 | 261.49 | 0.56 | 0.77 |
| Hex | BA | A2 | E5 | 13 | 1D | 0 | A | 105 | 38 | 4D |
| Octal | 272 | 242 | 345 | 23 | 35 | 0 | 12 | 405 | 70 | 115 |
| Binary | 10111010 | 10100010 | 11100101 | 10011 | 11101 | 0 | 1010 | 100000101 | 111000 | 1001101 |
Color Harmonies of #BAA2E5
Complementary color
Monochromatic Colors of #BAA2E5
Black with #BAA2E5
Text Example
Text Example
White with #BAA2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA2E5; }
p { color: rgb(186,162,229); }
H1.HeaderClassName
{
color: #BAA2E5;
}
.AnyTagClassName
{
color: #BAA2E5;
}
</style>
background-color css
<style>
a { background-color: #BAA2E5; }
a { background-color: rgb(186,162,229); }
div.DivClassName
{
background-color: #BAA2E5;
}
.BgClassName
{
background-color: #BAA2E5;
}
</style>
border-color css
<style>
span { border-color: #BAA2E5; }
span { border-color: rgb(186,162,229); }
td.TdClassName
{
border-color: #BAA2E5;
}
.TagClassName
{
border-color: #BAA2E5;
}
</style>