Shades of Perfume #BAA1DB
Tints of Perfume #BAA1DB
RGB
CMYK
RGB Variations
Color information
#BAA1DB (or 0xBAA1DB) is known color: Perfume. HEX triplet: BA, A1 and DB. RGB value is (186,161,219). Sum of RGB (Red+Green+Blue) = 186+161+219=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAA1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1DB is #455E24. Grayscale: #AEAEAE. Windows color (decimal): -4546085 or 14393786. OLE color: 14393786.
HSL color Cylindrical-coordinate representation of color #BAA1DB: hue angle of 265.86º degrees, saturation: 0.45, 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 #BAA1DB is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 161 | 219 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.14 |
| HSL | 265.86º | 0.45% | 0.75% | - |
| HSV(B) | 265.86º | 0.26% | 0.86% | - |
| XYZ | 45.78 | 41.04 | 72.53 | - |
| YUV | 175.09 | 152.78 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 219 | 0.15 | 0.26 | 0 | 0.14 | 265.86 | 0.45 | 0.75 |
| Hex | BA | A1 | DB | F | 1A | 0 | E | 10A | 2D | 4B |
| Octal | 272 | 241 | 333 | 17 | 32 | 0 | 16 | 412 | 55 | 113 |
| Binary | 10111010 | 10100001 | 11011011 | 1111 | 11010 | 0 | 1110 | 100001010 | 101101 | 1001011 |
Color Harmonies of #BAA1DB
Complementary color
Monochromatic Colors of #BAA1DB
Black with #BAA1DB
Text Example
Text Example
White with #BAA1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA1DB; }
p { color: rgb(186,161,219); }
H1.HeaderClassName
{
color: #BAA1DB;
}
.AnyTagClassName
{
color: #BAA1DB;
}
</style>
background-color css
<style>
a { background-color: #BAA1DB; }
a { background-color: rgb(186,161,219); }
div.DivClassName
{
background-color: #BAA1DB;
}
.BgClassName
{
background-color: #BAA1DB;
}
</style>
border-color css
<style>
span { border-color: #BAA1DB; }
span { border-color: rgb(186,161,219); }
td.TdClassName
{
border-color: #BAA1DB;
}
.TagClassName
{
border-color: #BAA1DB;
}
</style>