Shades of Perfume #BAA5DB
Tints of Perfume #BAA5DB
RGB
CMYK
RGB Variations
Color information
#BAA5DB (or 0xBAA5DB) is known color: Perfume. HEX triplet: BA, A5 and DB. RGB value is (186,165,219). Sum of RGB (Red+Green+Blue) = 186+165+219=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 165 (64.84% from 255 or 28.95% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAA5DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA5DB is #455A24. Grayscale: #B1B1B1. Windows color (decimal): -4545061 or 14394810. OLE color: 14394810.
HSL color Cylindrical-coordinate representation of color #BAA5DB: hue angle of 263.33º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAA5DB is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 165 | 219 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.14 |
| HSL | 263.33º | 0.43% | 0.75% | - |
| HSV(B) | 263.33º | 0.25% | 0.86% | - |
| XYZ | 46.49 | 42.46 | 72.76 | - |
| YUV | 177.44 | 151.46 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 219 | 0.15 | 0.25 | 0 | 0.14 | 263.33 | 0.43 | 0.75 |
| Hex | BA | A5 | DB | F | 19 | 0 | E | 107 | 2B | 4B |
| Octal | 272 | 245 | 333 | 17 | 31 | 0 | 16 | 407 | 53 | 113 |
| Binary | 10111010 | 10100101 | 11011011 | 1111 | 11001 | 0 | 1110 | 100000111 | 101011 | 1001011 |
Color Harmonies of #BAA5DB
Complementary color
Monochromatic Colors of #BAA5DB
Black with #BAA5DB
Text Example
Text Example
White with #BAA5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA5DB; }
p { color: rgb(186,165,219); }
H1.HeaderClassName
{
color: #BAA5DB;
}
.AnyTagClassName
{
color: #BAA5DB;
}
</style>
background-color css
<style>
a { background-color: #BAA5DB; }
a { background-color: rgb(186,165,219); }
div.DivClassName
{
background-color: #BAA5DB;
}
.BgClassName
{
background-color: #BAA5DB;
}
</style>
border-color css
<style>
span { border-color: #BAA5DB; }
span { border-color: rgb(186,165,219); }
td.TdClassName
{
border-color: #BAA5DB;
}
.TagClassName
{
border-color: #BAA5DB;
}
</style>