Shades of Perfume #BAA3DB
Tints of Perfume #BAA3DB
RGB
CMYK
RGB Variations
Color information
#BAA3DB (or 0xBAA3DB) is known color: Perfume. HEX triplet: BA, A3 and DB. RGB value is (186,163,219). Sum of RGB (Red+Green+Blue) = 186+163+219=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 163 (64.06% from 255 or 28.70% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAA3DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA3DB is #455C24. Grayscale: #B0B0B0. Windows color (decimal): -4545573 or 14394298. OLE color: 14394298.
HSL color Cylindrical-coordinate representation of color #BAA3DB: hue angle of 264.64º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAA3DB is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 163 | 219 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.14 |
| HSL | 264.64º | 0.44% | 0.75% | - |
| HSV(B) | 264.64º | 0.26% | 0.86% | - |
| XYZ | 46.13 | 41.75 | 72.64 | - |
| YUV | 176.26 | 152.12 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 219 | 0.15 | 0.26 | 0 | 0.14 | 264.64 | 0.44 | 0.75 |
| Hex | BA | A3 | DB | F | 1A | 0 | E | 109 | 2C | 4B |
| Octal | 272 | 243 | 333 | 17 | 32 | 0 | 16 | 411 | 54 | 113 |
| Binary | 10111010 | 10100011 | 11011011 | 1111 | 11010 | 0 | 1110 | 100001001 | 101100 | 1001011 |
Color Harmonies of #BAA3DB
Complementary color
Monochromatic Colors of #BAA3DB
Black with #BAA3DB
Text Example
Text Example
White with #BAA3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA3DB; }
p { color: rgb(186,163,219); }
H1.HeaderClassName
{
color: #BAA3DB;
}
.AnyTagClassName
{
color: #BAA3DB;
}
</style>
background-color css
<style>
a { background-color: #BAA3DB; }
a { background-color: rgb(186,163,219); }
div.DivClassName
{
background-color: #BAA3DB;
}
.BgClassName
{
background-color: #BAA3DB;
}
</style>
border-color css
<style>
span { border-color: #BAA3DB; }
span { border-color: rgb(186,163,219); }
td.TdClassName
{
border-color: #BAA3DB;
}
.TagClassName
{
border-color: #BAA3DB;
}
</style>