Shades of Perfume #BAA4D1
Tints of Perfume #BAA4D1
RGB
CMYK
RGB Variations
Color information
#BAA4D1 (or 0xBAA4D1) is known color: Perfume. HEX triplet: BA, A4 and D1. RGB value is (186,164,209). Sum of RGB (Red+Green+Blue) = 186+164+209=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 209 - color contains mainly: blue. Hex color #BAA4D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA4D1 is #455B2E. Grayscale: #AFAFAF. Windows color (decimal): -4545327 or 13739194. OLE color: 13739194.
HSL color Cylindrical-coordinate representation of color #BAA4D1: hue angle of 269.33º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAA4D1 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 164 | 209 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.18 |
| HSL | 269.33º | 0.33% | 0.73% | - |
| HSV(B) | 269.33º | 0.22% | 0.82% | - |
| XYZ | 45.03 | 41.59 | 65.98 | - |
| YUV | 175.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 209 | 0.11 | 0.22 | 0 | 0.18 | 269.33 | 0.33 | 0.73 |
| Hex | BA | A4 | D1 | B | 16 | 0 | 12 | 10D | 21 | 49 |
| Octal | 272 | 244 | 321 | 13 | 26 | 0 | 22 | 415 | 41 | 111 |
| Binary | 10111010 | 10100100 | 11010001 | 1011 | 10110 | 0 | 10010 | 100001101 | 100001 | 1001001 |
Color Harmonies of #BAA4D1
Complementary color
Monochromatic Colors of #BAA4D1
Black with #BAA4D1
Text Example
Text Example
White with #BAA4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA4D1; }
p { color: rgb(186,164,209); }
H1.HeaderClassName
{
color: #BAA4D1;
}
.AnyTagClassName
{
color: #BAA4D1;
}
</style>
background-color css
<style>
a { background-color: #BAA4D1; }
a { background-color: rgb(186,164,209); }
div.DivClassName
{
background-color: #BAA4D1;
}
.BgClassName
{
background-color: #BAA4D1;
}
</style>
border-color css
<style>
span { border-color: #BAA4D1; }
span { border-color: rgb(186,164,209); }
td.TdClassName
{
border-color: #BAA4D1;
}
.TagClassName
{
border-color: #BAA4D1;
}
</style>