Shades of Perfume #BAA6DA
Tints of Perfume #BAA6DA
RGB
CMYK
RGB Variations
Color information
#BAA6DA (or 0xBAA6DA) is known color: Perfume. HEX triplet: BA, A6 and DA. RGB value is (186,166,218). Sum of RGB (Red+Green+Blue) = 186+166+218=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 166 (65.23% from 255 or 29.12% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAA6DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA6DA is #455925. Grayscale: #B1B1B1. Windows color (decimal): -4544806 or 14329530. OLE color: 14329530.
HSL color Cylindrical-coordinate representation of color #BAA6DA: hue angle of 263.08º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAA6DA is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 166 | 218 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.15 |
| HSL | 263.08º | 0.41% | 0.75% | - |
| HSV(B) | 263.08º | 0.24% | 0.85% | - |
| XYZ | 46.54 | 42.77 | 72.13 | - |
| YUV | 177.91 | 150.63 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 218 | 0.15 | 0.24 | 0 | 0.15 | 263.08 | 0.41 | 0.75 |
| Hex | BA | A6 | DA | F | 18 | 0 | F | 107 | 29 | 4B |
| Octal | 272 | 246 | 332 | 17 | 30 | 0 | 17 | 407 | 51 | 113 |
| Binary | 10111010 | 10100110 | 11011010 | 1111 | 11000 | 0 | 1111 | 100000111 | 101001 | 1001011 |
Color Harmonies of #BAA6DA
Complementary color
Monochromatic Colors of #BAA6DA
Black with #BAA6DA
Text Example
Text Example
White with #BAA6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA6DA; }
p { color: rgb(186,166,218); }
H1.HeaderClassName
{
color: #BAA6DA;
}
.AnyTagClassName
{
color: #BAA6DA;
}
</style>
background-color css
<style>
a { background-color: #BAA6DA; }
a { background-color: rgb(186,166,218); }
div.DivClassName
{
background-color: #BAA6DA;
}
.BgClassName
{
background-color: #BAA6DA;
}
</style>
border-color css
<style>
span { border-color: #BAA6DA; }
span { border-color: rgb(186,166,218); }
td.TdClassName
{
border-color: #BAA6DA;
}
.TagClassName
{
border-color: #BAA6DA;
}
</style>