Shades of Perfume #BAA5E3
Tints of Perfume #BAA5E3
RGB
CMYK
RGB Variations
Color information
#BAA5E3 (or 0xBAA5E3) is known color: Perfume. HEX triplet: BA, A5 and E3. RGB value is (186,165,227). Sum of RGB (Red+Green+Blue) = 186+165+227=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 165 (64.84% from 255 or 28.55% from 578); Blue value is 227 (89.06% from 255 or 39.27% from 578); Max value from RGB is 227 - color contains mainly: blue. Hex color #BAA5E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA5E3 is #455A1C. Grayscale: #B2B2B2. Windows color (decimal): -4545053 or 14919098. OLE color: 14919098.
HSL color Cylindrical-coordinate representation of color #BAA5E3: hue angle of 260.32º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAA5E3 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 165 | 227 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.11 |
| HSL | 260.32º | 0.53% | 0.77% | - |
| HSV(B) | 260.32º | 0.27% | 0.89% | - |
| XYZ | 47.57 | 42.9 | 78.45 | - |
| YUV | 178.35 | 155.46 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 227 | 0.18 | 0.27 | 0 | 0.11 | 260.32 | 0.53 | 0.77 |
| Hex | BA | A5 | E3 | 12 | 1B | 0 | B | 104 | 35 | 4D |
| Octal | 272 | 245 | 343 | 22 | 33 | 0 | 13 | 404 | 65 | 115 |
| Binary | 10111010 | 10100101 | 11100011 | 10010 | 11011 | 0 | 1011 | 100000100 | 110101 | 1001101 |
Color Harmonies of #BAA5E3
Complementary color
Monochromatic Colors of #BAA5E3
Black with #BAA5E3
Text Example
Text Example
White with #BAA5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA5E3; }
p { color: rgb(186,165,227); }
H1.HeaderClassName
{
color: #BAA5E3;
}
.AnyTagClassName
{
color: #BAA5E3;
}
</style>
background-color css
<style>
a { background-color: #BAA5E3; }
a { background-color: rgb(186,165,227); }
div.DivClassName
{
background-color: #BAA5E3;
}
.BgClassName
{
background-color: #BAA5E3;
}
</style>
border-color css
<style>
span { border-color: #BAA5E3; }
span { border-color: rgb(186,165,227); }
td.TdClassName
{
border-color: #BAA5E3;
}
.TagClassName
{
border-color: #BAA5E3;
}
</style>