Shades of Perfume #BAA1DF
Tints of Perfume #BAA1DF
RGB
CMYK
RGB Variations
Color information
#BAA1DF (or 0xBAA1DF) is known color: Perfume. HEX triplet: BA, A1 and DF. RGB value is (186,161,223). Sum of RGB (Red+Green+Blue) = 186+161+223=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 161 (63.28% from 255 or 28.25% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAA1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1DF is #455E20. Grayscale: #AFAFAF. Windows color (decimal): -4546081 or 14655930. OLE color: 14655930.
HSL color Cylindrical-coordinate representation of color #BAA1DF: hue angle of 264.19º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAA1DF is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 161 | 223 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.13 |
| HSL | 264.19º | 0.49% | 0.75% | - |
| HSV(B) | 264.19º | 0.28% | 0.87% | - |
| XYZ | 46.31 | 41.26 | 75.33 | - |
| YUV | 175.54 | 154.78 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 223 | 0.17 | 0.28 | 0 | 0.13 | 264.19 | 0.49 | 0.75 |
| Hex | BA | A1 | DF | 11 | 1C | 0 | D | 108 | 31 | 4B |
| Octal | 272 | 241 | 337 | 21 | 34 | 0 | 15 | 410 | 61 | 113 |
| Binary | 10111010 | 10100001 | 11011111 | 10001 | 11100 | 0 | 1101 | 100001000 | 110001 | 1001011 |
Color Harmonies of #BAA1DF
Complementary color
Monochromatic Colors of #BAA1DF
Black with #BAA1DF
Text Example
Text Example
White with #BAA1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA1DF; }
p { color: rgb(186,161,223); }
H1.HeaderClassName
{
color: #BAA1DF;
}
.AnyTagClassName
{
color: #BAA1DF;
}
</style>
background-color css
<style>
a { background-color: #BAA1DF; }
a { background-color: rgb(186,161,223); }
div.DivClassName
{
background-color: #BAA1DF;
}
.BgClassName
{
background-color: #BAA1DF;
}
</style>
border-color css
<style>
span { border-color: #BAA1DF; }
span { border-color: rgb(186,161,223); }
td.TdClassName
{
border-color: #BAA1DF;
}
.TagClassName
{
border-color: #BAA1DF;
}
</style>