Shades of Perfume #BAA5DA
Tints of Perfume #BAA5DA
RGB
CMYK
RGB Variations
Color information
#BAA5DA (or 0xBAA5DA) is known color: Perfume. HEX triplet: BA, A5 and DA. RGB value is (186,165,218). Sum of RGB (Red+Green+Blue) = 186+165+218=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 165 (64.84% from 255 or 29.00% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAA5DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA5DA is #455A25. Grayscale: #B1B1B1. Windows color (decimal): -4545062 or 14329274. OLE color: 14329274.
HSL color Cylindrical-coordinate representation of color #BAA5DA: hue angle of 263.77º degrees, saturation: 0.42, 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 #BAA5DA is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 165 | 218 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.15 |
| HSL | 263.77º | 0.42% | 0.75% | - |
| HSV(B) | 263.77º | 0.24% | 0.85% | - |
| XYZ | 46.36 | 42.41 | 72.07 | - |
| YUV | 177.32 | 150.96 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 218 | 0.15 | 0.24 | 0 | 0.15 | 263.77 | 0.42 | 0.75 |
| Hex | BA | A5 | DA | F | 18 | 0 | F | 108 | 2A | 4B |
| Octal | 272 | 245 | 332 | 17 | 30 | 0 | 17 | 410 | 52 | 113 |
| Binary | 10111010 | 10100101 | 11011010 | 1111 | 11000 | 0 | 1111 | 100001000 | 101010 | 1001011 |
Color Harmonies of #BAA5DA
Complementary color
Monochromatic Colors of #BAA5DA
Black with #BAA5DA
Text Example
Text Example
White with #BAA5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA5DA; }
p { color: rgb(186,165,218); }
H1.HeaderClassName
{
color: #BAA5DA;
}
.AnyTagClassName
{
color: #BAA5DA;
}
</style>
background-color css
<style>
a { background-color: #BAA5DA; }
a { background-color: rgb(186,165,218); }
div.DivClassName
{
background-color: #BAA5DA;
}
.BgClassName
{
background-color: #BAA5DA;
}
</style>
border-color css
<style>
span { border-color: #BAA5DA; }
span { border-color: rgb(186,165,218); }
td.TdClassName
{
border-color: #BAA5DA;
}
.TagClassName
{
border-color: #BAA5DA;
}
</style>