Shades of Perfume #BAA1E2
Tints of Perfume #BAA1E2
RGB
CMYK
RGB Variations
Color information
#BAA1E2 (or 0xBAA1E2) is known color: Perfume. HEX triplet: BA, A1 and E2. RGB value is (186,161,226). Sum of RGB (Red+Green+Blue) = 186+161+226=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 161 (63.28% from 255 or 28.10% from 573); Blue value is 226 (88.67% from 255 or 39.44% from 573); Max value from RGB is 226 - color contains mainly: blue. Hex color #BAA1E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1E2 is #455E1D. Grayscale: #AFAFAF. Windows color (decimal): -4546078 or 14852538. OLE color: 14852538.
HSL color Cylindrical-coordinate representation of color #BAA1E2: hue angle of 263.08º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAA1E2 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 161 | 226 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.11 |
| HSL | 263.08º | 0.53% | 0.76% | - |
| HSV(B) | 263.08º | 0.29% | 0.89% | - |
| XYZ | 46.72 | 41.42 | 77.48 | - |
| YUV | 175.89 | 156.28 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 226 | 0.18 | 0.29 | 0 | 0.11 | 263.08 | 0.53 | 0.76 |
| Hex | BA | A1 | E2 | 12 | 1D | 0 | B | 107 | 35 | 4C |
| Octal | 272 | 241 | 342 | 22 | 35 | 0 | 13 | 407 | 65 | 114 |
| Binary | 10111010 | 10100001 | 11100010 | 10010 | 11101 | 0 | 1011 | 100000111 | 110101 | 1001100 |
Color Harmonies of #BAA1E2
Complementary color
Monochromatic Colors of #BAA1E2
Black with #BAA1E2
Text Example
Text Example
White with #BAA1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA1E2; }
p { color: rgb(186,161,226); }
H1.HeaderClassName
{
color: #BAA1E2;
}
.AnyTagClassName
{
color: #BAA1E2;
}
</style>
background-color css
<style>
a { background-color: #BAA1E2; }
a { background-color: rgb(186,161,226); }
div.DivClassName
{
background-color: #BAA1E2;
}
.BgClassName
{
background-color: #BAA1E2;
}
</style>
border-color css
<style>
span { border-color: #BAA1E2; }
span { border-color: rgb(186,161,226); }
td.TdClassName
{
border-color: #BAA1E2;
}
.TagClassName
{
border-color: #BAA1E2;
}
</style>