Shades of Perfume #BAA1E5
Tints of Perfume #BAA1E5
RGB
CMYK
RGB Variations
Color information
#BAA1E5 (or 0xBAA1E5) is known color: Perfume. HEX triplet: BA, A1 and E5. RGB value is (186,161,229). Sum of RGB (Red+Green+Blue) = 186+161+229=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 161 (63.28% from 255 or 27.95% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAA1E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1E5 is #455E1A. Grayscale: #AFAFAF. Windows color (decimal): -4546075 or 15049146. OLE color: 15049146.
HSL color Cylindrical-coordinate representation of color #BAA1E5: hue angle of 262.06º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAA1E5 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 161 | 229 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.10 |
| HSL | 262.06º | 0.57% | 0.76% | - |
| HSV(B) | 262.06º | 0.3% | 0.9% | - |
| XYZ | 47.14 | 41.59 | 79.67 | - |
| YUV | 176.23 | 157.78 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 229 | 0.19 | 0.30 | 0 | 0.10 | 262.06 | 0.57 | 0.76 |
| Hex | BA | A1 | E5 | 13 | 1E | 0 | A | 106 | 39 | 4C |
| Octal | 272 | 241 | 345 | 23 | 36 | 0 | 12 | 406 | 71 | 114 |
| Binary | 10111010 | 10100001 | 11100101 | 10011 | 11110 | 0 | 1010 | 100000110 | 111001 | 1001100 |
Color Harmonies of #BAA1E5
Complementary color
Monochromatic Colors of #BAA1E5
Black with #BAA1E5
Text Example
Text Example
White with #BAA1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA1E5; }
p { color: rgb(186,161,229); }
H1.HeaderClassName
{
color: #BAA1E5;
}
.AnyTagClassName
{
color: #BAA1E5;
}
</style>
background-color css
<style>
a { background-color: #BAA1E5; }
a { background-color: rgb(186,161,229); }
div.DivClassName
{
background-color: #BAA1E5;
}
.BgClassName
{
background-color: #BAA1E5;
}
</style>
border-color css
<style>
span { border-color: #BAA1E5; }
span { border-color: rgb(186,161,229); }
td.TdClassName
{
border-color: #BAA1E5;
}
.TagClassName
{
border-color: #BAA1E5;
}
</style>