Shades of Perfume #BAA4DA
Tints of Perfume #BAA4DA
RGB
CMYK
RGB Variations
Color information
#BAA4DA (or 0xBAA4DA) is known color: Perfume. HEX triplet: BA, A4 and DA. RGB value is (186,164,218). Sum of RGB (Red+Green+Blue) = 186+164+218=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 164 (64.45% from 255 or 28.87% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAA4DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA4DA is #455B25. Grayscale: #B0B0B0. Windows color (decimal): -4545318 or 14329018. OLE color: 14329018.
HSL color Cylindrical-coordinate representation of color #BAA4DA: hue angle of 264.44º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAA4DA is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 164 | 218 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.15 |
| HSL | 264.44º | 0.42% | 0.75% | - |
| HSV(B) | 264.44º | 0.25% | 0.85% | - |
| XYZ | 46.18 | 42.05 | 72.01 | - |
| YUV | 176.73 | 151.29 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 218 | 0.15 | 0.25 | 0 | 0.15 | 264.44 | 0.42 | 0.75 |
| Hex | BA | A4 | DA | F | 19 | 0 | F | 108 | 2A | 4B |
| Octal | 272 | 244 | 332 | 17 | 31 | 0 | 17 | 410 | 52 | 113 |
| Binary | 10111010 | 10100100 | 11011010 | 1111 | 11001 | 0 | 1111 | 100001000 | 101010 | 1001011 |
Color Harmonies of #BAA4DA
Complementary color
Monochromatic Colors of #BAA4DA
Black with #BAA4DA
Text Example
Text Example
White with #BAA4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA4DA; }
p { color: rgb(186,164,218); }
H1.HeaderClassName
{
color: #BAA4DA;
}
.AnyTagClassName
{
color: #BAA4DA;
}
</style>
background-color css
<style>
a { background-color: #BAA4DA; }
a { background-color: rgb(186,164,218); }
div.DivClassName
{
background-color: #BAA4DA;
}
.BgClassName
{
background-color: #BAA4DA;
}
</style>
border-color css
<style>
span { border-color: #BAA4DA; }
span { border-color: rgb(186,164,218); }
td.TdClassName
{
border-color: #BAA4DA;
}
.TagClassName
{
border-color: #BAA4DA;
}
</style>