Shades of Perfume #BAA6DB
Tints of Perfume #BAA6DB
RGB
CMYK
RGB Variations
Color information
#BAA6DB (or 0xBAA6DB) is known color: Perfume. HEX triplet: BA, A6 and DB. RGB value is (186,166,219). Sum of RGB (Red+Green+Blue) = 186+166+219=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 166 (65.23% from 255 or 29.07% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAA6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA6DB is #455924. Grayscale: #B1B1B1. Windows color (decimal): -4544805 or 14395066. OLE color: 14395066.
HSL color Cylindrical-coordinate representation of color #BAA6DB: hue angle of 262.64º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAA6DB is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 166 | 219 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.14 |
| HSL | 262.64º | 0.42% | 0.75% | - |
| HSV(B) | 262.64º | 0.24% | 0.86% | - |
| XYZ | 46.67 | 42.83 | 72.82 | - |
| YUV | 178.02 | 151.13 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 219 | 0.15 | 0.24 | 0 | 0.14 | 262.64 | 0.42 | 0.75 |
| Hex | BA | A6 | DB | F | 18 | 0 | E | 107 | 2A | 4B |
| Octal | 272 | 246 | 333 | 17 | 30 | 0 | 16 | 407 | 52 | 113 |
| Binary | 10111010 | 10100110 | 11011011 | 1111 | 11000 | 0 | 1110 | 100000111 | 101010 | 1001011 |
Color Harmonies of #BAA6DB
Complementary color
Monochromatic Colors of #BAA6DB
Black with #BAA6DB
Text Example
Text Example
White with #BAA6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA6DB; }
p { color: rgb(186,166,219); }
H1.HeaderClassName
{
color: #BAA6DB;
}
.AnyTagClassName
{
color: #BAA6DB;
}
</style>
background-color css
<style>
a { background-color: #BAA6DB; }
a { background-color: rgb(186,166,219); }
div.DivClassName
{
background-color: #BAA6DB;
}
.BgClassName
{
background-color: #BAA6DB;
}
</style>
border-color css
<style>
span { border-color: #BAA6DB; }
span { border-color: rgb(186,166,219); }
td.TdClassName
{
border-color: #BAA6DB;
}
.TagClassName
{
border-color: #BAA6DB;
}
</style>