Shades of Perfume #BAA1DC
Tints of Perfume #BAA1DC
RGB
CMYK
RGB Variations
Color information
#BAA1DC (or 0xBAA1DC) is known color: Perfume. HEX triplet: BA, A1 and DC. RGB value is (186,161,220). Sum of RGB (Red+Green+Blue) = 186+161+220=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 161 (63.28% from 255 or 28.40% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAA1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1DC is #455E23. Grayscale: #AEAEAE. Windows color (decimal): -4546084 or 14459322. OLE color: 14459322.
HSL color Cylindrical-coordinate representation of color #BAA1DC: hue angle of 265.42º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAA1DC is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 161 | 220 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.14 |
| HSL | 265.42º | 0.46% | 0.75% | - |
| HSV(B) | 265.42º | 0.27% | 0.86% | - |
| XYZ | 45.91 | 41.1 | 73.22 | - |
| YUV | 175.2 | 153.28 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 220 | 0.15 | 0.27 | 0 | 0.14 | 265.42 | 0.46 | 0.75 |
| Hex | BA | A1 | DC | F | 1B | 0 | E | 109 | 2E | 4B |
| Octal | 272 | 241 | 334 | 17 | 33 | 0 | 16 | 411 | 56 | 113 |
| Binary | 10111010 | 10100001 | 11011100 | 1111 | 11011 | 0 | 1110 | 100001001 | 101110 | 1001011 |
Color Harmonies of #BAA1DC
Complementary color
Monochromatic Colors of #BAA1DC
Black with #BAA1DC
Text Example
Text Example
White with #BAA1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA1DC; }
p { color: rgb(186,161,220); }
H1.HeaderClassName
{
color: #BAA1DC;
}
.AnyTagClassName
{
color: #BAA1DC;
}
</style>
background-color css
<style>
a { background-color: #BAA1DC; }
a { background-color: rgb(186,161,220); }
div.DivClassName
{
background-color: #BAA1DC;
}
.BgClassName
{
background-color: #BAA1DC;
}
</style>
border-color css
<style>
span { border-color: #BAA1DC; }
span { border-color: rgb(186,161,220); }
td.TdClassName
{
border-color: #BAA1DC;
}
.TagClassName
{
border-color: #BAA1DC;
}
</style>