Shades of Perfume #BAA4DD
Tints of Perfume #BAA4DD
RGB
CMYK
RGB Variations
Color information
#BAA4DD (or 0xBAA4DD) is known color: Perfume. HEX triplet: BA, A4 and DD. RGB value is (186,164,221). Sum of RGB (Red+Green+Blue) = 186+164+221=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 164 (64.45% from 255 or 28.72% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAA4DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA4DD is #455B22. Grayscale: #B0B0B0. Windows color (decimal): -4545315 or 14525626. OLE color: 14525626.
HSL color Cylindrical-coordinate representation of color #BAA4DD: hue angle of 263.16º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAA4DD is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 164 | 221 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.13 |
| HSL | 263.16º | 0.46% | 0.75% | - |
| HSV(B) | 263.16º | 0.26% | 0.87% | - |
| XYZ | 46.58 | 42.21 | 74.1 | - |
| YUV | 177.08 | 152.79 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 221 | 0.16 | 0.26 | 0 | 0.13 | 263.16 | 0.46 | 0.75 |
| Hex | BA | A4 | DD | 10 | 1A | 0 | D | 107 | 2E | 4B |
| Octal | 272 | 244 | 335 | 20 | 32 | 0 | 15 | 407 | 56 | 113 |
| Binary | 10111010 | 10100100 | 11011101 | 10000 | 11010 | 0 | 1101 | 100000111 | 101110 | 1001011 |
Color Harmonies of #BAA4DD
Complementary color
Monochromatic Colors of #BAA4DD
Black with #BAA4DD
Text Example
Text Example
White with #BAA4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA4DD; }
p { color: rgb(186,164,221); }
H1.HeaderClassName
{
color: #BAA4DD;
}
.AnyTagClassName
{
color: #BAA4DD;
}
</style>
background-color css
<style>
a { background-color: #BAA4DD; }
a { background-color: rgb(186,164,221); }
div.DivClassName
{
background-color: #BAA4DD;
}
.BgClassName
{
background-color: #BAA4DD;
}
</style>
border-color css
<style>
span { border-color: #BAA4DD; }
span { border-color: rgb(186,164,221); }
td.TdClassName
{
border-color: #BAA4DD;
}
.TagClassName
{
border-color: #BAA4DD;
}
</style>