Shades of Perfume #BAA1D1
Tints of Perfume #BAA1D1
RGB
CMYK
RGB Variations
Color information
#BAA1D1 (or 0xBAA1D1) is known color: Perfume. HEX triplet: BA, A1 and D1. RGB value is (186,161,209). Sum of RGB (Red+Green+Blue) = 186+161+209=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 161 (63.28% from 255 or 28.96% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 209 - color contains mainly: blue. Hex color #BAA1D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1D1 is #455E2E. Grayscale: #ADADAD. Windows color (decimal): -4546095 or 13738426. OLE color: 13738426.
HSL color Cylindrical-coordinate representation of color #BAA1D1: hue angle of 271.25º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAA1D1 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 161 | 209 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.18 |
| HSL | 271.25º | 0.34% | 0.73% | - |
| HSV(B) | 271.25º | 0.23% | 0.82% | - |
| XYZ | 44.5 | 40.53 | 65.8 | - |
| YUV | 173.95 | 147.78 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 209 | 0.11 | 0.23 | 0 | 0.18 | 271.25 | 0.34 | 0.73 |
| Hex | BA | A1 | D1 | B | 17 | 0 | 12 | 10F | 22 | 49 |
| Octal | 272 | 241 | 321 | 13 | 27 | 0 | 22 | 417 | 42 | 111 |
| Binary | 10111010 | 10100001 | 11010001 | 1011 | 10111 | 0 | 10010 | 100001111 | 100010 | 1001001 |
Color Harmonies of #BAA1D1
Complementary color
Monochromatic Colors of #BAA1D1
Black with #BAA1D1
Text Example
Text Example
White with #BAA1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA1D1; }
p { color: rgb(186,161,209); }
H1.HeaderClassName
{
color: #BAA1D1;
}
.AnyTagClassName
{
color: #BAA1D1;
}
</style>
background-color css
<style>
a { background-color: #BAA1D1; }
a { background-color: rgb(186,161,209); }
div.DivClassName
{
background-color: #BAA1D1;
}
.BgClassName
{
background-color: #BAA1D1;
}
</style>
border-color css
<style>
span { border-color: #BAA1D1; }
span { border-color: rgb(186,161,209); }
td.TdClassName
{
border-color: #BAA1D1;
}
.TagClassName
{
border-color: #BAA1D1;
}
</style>