Shades of Perfume #BAA3DD
Tints of Perfume #BAA3DD
RGB
CMYK
RGB Variations
Color information
#BAA3DD (or 0xBAA3DD) is known color: Perfume. HEX triplet: BA, A3 and DD. RGB value is (186,163,221). Sum of RGB (Red+Green+Blue) = 186+163+221=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 163 (64.06% from 255 or 28.60% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAA3DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA3DD is #455C22. Grayscale: #B0B0B0. Windows color (decimal): -4545571 or 14525370. OLE color: 14525370.
HSL color Cylindrical-coordinate representation of color #BAA3DD: hue angle of 263.79º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAA3DD is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 163 | 221 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.13 |
| HSL | 263.79º | 0.46% | 0.75% | - |
| HSV(B) | 263.79º | 0.26% | 0.87% | - |
| XYZ | 46.4 | 41.85 | 74.04 | - |
| YUV | 176.49 | 153.12 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 221 | 0.16 | 0.26 | 0 | 0.13 | 263.79 | 0.46 | 0.75 |
| Hex | BA | A3 | DD | 10 | 1A | 0 | D | 108 | 2E | 4B |
| Octal | 272 | 243 | 335 | 20 | 32 | 0 | 15 | 410 | 56 | 113 |
| Binary | 10111010 | 10100011 | 11011101 | 10000 | 11010 | 0 | 1101 | 100001000 | 101110 | 1001011 |
Color Harmonies of #BAA3DD
Complementary color
Monochromatic Colors of #BAA3DD
Black with #BAA3DD
Text Example
Text Example
White with #BAA3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA3DD; }
p { color: rgb(186,163,221); }
H1.HeaderClassName
{
color: #BAA3DD;
}
.AnyTagClassName
{
color: #BAA3DD;
}
</style>
background-color css
<style>
a { background-color: #BAA3DD; }
a { background-color: rgb(186,163,221); }
div.DivClassName
{
background-color: #BAA3DD;
}
.BgClassName
{
background-color: #BAA3DD;
}
</style>
border-color css
<style>
span { border-color: #BAA3DD; }
span { border-color: rgb(186,163,221); }
td.TdClassName
{
border-color: #BAA3DD;
}
.TagClassName
{
border-color: #BAA3DD;
}
</style>