Shades of Perfume #BAA1D4
Tints of Perfume #BAA1D4
RGB
CMYK
RGB Variations
Color information
#BAA1D4 (or 0xBAA1D4) is known color: Perfume. HEX triplet: BA, A1 and D4. RGB value is (186,161,212). Sum of RGB (Red+Green+Blue) = 186+161+212=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 161 (63.28% from 255 or 28.80% from 559); Blue value is 212 (83.20% from 255 or 37.92% from 559); Max value from RGB is 212 - color contains mainly: blue. Hex color #BAA1D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1D4 is #455E2B. Grayscale: #AEAEAE. Windows color (decimal): -4546092 or 13935034. OLE color: 13935034.
HSL color Cylindrical-coordinate representation of color #BAA1D4: hue angle of 269.41º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAA1D4 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 161 | 212 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.17 |
| HSL | 269.41º | 0.37% | 0.73% | - |
| HSV(B) | 269.41º | 0.24% | 0.83% | - |
| XYZ | 44.88 | 40.68 | 67.77 | - |
| YUV | 174.29 | 149.28 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 212 | 0.12 | 0.24 | 0 | 0.17 | 269.41 | 0.37 | 0.73 |
| Hex | BA | A1 | D4 | C | 18 | 0 | 11 | 10D | 25 | 49 |
| Octal | 272 | 241 | 324 | 14 | 30 | 0 | 21 | 415 | 45 | 111 |
| Binary | 10111010 | 10100001 | 11010100 | 1100 | 11000 | 0 | 10001 | 100001101 | 100101 | 1001001 |
Color Harmonies of #BAA1D4
Complementary color
Monochromatic Colors of #BAA1D4
Black with #BAA1D4
Text Example
Text Example
White with #BAA1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA1D4; }
p { color: rgb(186,161,212); }
H1.HeaderClassName
{
color: #BAA1D4;
}
.AnyTagClassName
{
color: #BAA1D4;
}
</style>
background-color css
<style>
a { background-color: #BAA1D4; }
a { background-color: rgb(186,161,212); }
div.DivClassName
{
background-color: #BAA1D4;
}
.BgClassName
{
background-color: #BAA1D4;
}
</style>
border-color css
<style>
span { border-color: #BAA1D4; }
span { border-color: rgb(186,161,212); }
td.TdClassName
{
border-color: #BAA1D4;
}
.TagClassName
{
border-color: #BAA1D4;
}
</style>