Shades of Perfume #BAA1D7
Tints of Perfume #BAA1D7
RGB
CMYK
RGB Variations
Color information
#BAA1D7 (or 0xBAA1D7) is known color: Perfume. HEX triplet: BA, A1 and D7. RGB value is (186,161,215). Sum of RGB (Red+Green+Blue) = 186+161+215=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 161 (63.28% from 255 or 28.65% from 562); Blue value is 215 (84.38% from 255 or 38.26% from 562); Max value from RGB is 215 - color contains mainly: blue. Hex color #BAA1D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1D7 is #455E28. Grayscale: #AEAEAE. Windows color (decimal): -4546089 or 14131642. OLE color: 14131642.
HSL color Cylindrical-coordinate representation of color #BAA1D7: hue angle of 267.78º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAA1D7 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 161 | 215 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.16 |
| HSL | 267.78º | 0.4% | 0.74% | - |
| HSV(B) | 267.78º | 0.25% | 0.84% | - |
| XYZ | 45.26 | 40.84 | 69.79 | - |
| YUV | 174.63 | 150.78 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 215 | 0.13 | 0.25 | 0 | 0.16 | 267.78 | 0.4 | 0.74 |
| Hex | BA | A1 | D7 | D | 19 | 0 | 10 | 10C | 28 | 4A |
| Octal | 272 | 241 | 327 | 15 | 31 | 0 | 20 | 414 | 50 | 112 |
| Binary | 10111010 | 10100001 | 11010111 | 1101 | 11001 | 0 | 10000 | 100001100 | 101000 | 1001010 |
Color Harmonies of #BAA1D7
Complementary color
Monochromatic Colors of #BAA1D7
Black with #BAA1D7
Text Example
Text Example
White with #BAA1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA1D7; }
p { color: rgb(186,161,215); }
H1.HeaderClassName
{
color: #BAA1D7;
}
.AnyTagClassName
{
color: #BAA1D7;
}
</style>
background-color css
<style>
a { background-color: #BAA1D7; }
a { background-color: rgb(186,161,215); }
div.DivClassName
{
background-color: #BAA1D7;
}
.BgClassName
{
background-color: #BAA1D7;
}
</style>
border-color css
<style>
span { border-color: #BAA1D7; }
span { border-color: rgb(186,161,215); }
td.TdClassName
{
border-color: #BAA1D7;
}
.TagClassName
{
border-color: #BAA1D7;
}
</style>