Shades of Perfume #BAA0E9
Tints of Perfume #BAA0E9
RGB
CMYK
RGB Variations
Color information
#BAA0E9 (or 0xBAA0E9) is known color: Perfume. HEX triplet: BA, A0 and E9. RGB value is (186,160,233). Sum of RGB (Red+Green+Blue) = 186+160+233=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 160 (62.89% from 255 or 27.63% from 579); Blue value is 233 (91.41% from 255 or 40.24% from 579); Max value from RGB is 233 - color contains mainly: blue. Hex color #BAA0E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA0E9 is #455F16. Grayscale: #AFAFAF. Windows color (decimal): -4546327 or 15311034. OLE color: 15311034.
HSL color Cylindrical-coordinate representation of color #BAA0E9: hue angle of 261.37º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAA0E9 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 160 | 233 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.09 |
| HSL | 261.37º | 0.62% | 0.77% | - |
| HSV(B) | 261.37º | 0.31% | 0.91% | - |
| XYZ | 47.53 | 41.46 | 82.59 | - |
| YUV | 176.1 | 160.11 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 233 | 0.20 | 0.31 | 0 | 0.09 | 261.37 | 0.62 | 0.77 |
| Hex | BA | A0 | E9 | 14 | 1F | 0 | 9 | 105 | 3E | 4D |
| Octal | 272 | 240 | 351 | 24 | 37 | 0 | 11 | 405 | 76 | 115 |
| Binary | 10111010 | 10100000 | 11101001 | 10100 | 11111 | 0 | 1001 | 100000101 | 111110 | 1001101 |
Color Harmonies of #BAA0E9
Complementary color
Monochromatic Colors of #BAA0E9
Black with #BAA0E9
Text Example
Text Example
White with #BAA0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA0E9; }
p { color: rgb(186,160,233); }
H1.HeaderClassName
{
color: #BAA0E9;
}
.AnyTagClassName
{
color: #BAA0E9;
}
</style>
background-color css
<style>
a { background-color: #BAA0E9; }
a { background-color: rgb(186,160,233); }
div.DivClassName
{
background-color: #BAA0E9;
}
.BgClassName
{
background-color: #BAA0E9;
}
</style>
border-color css
<style>
span { border-color: #BAA0E9; }
span { border-color: rgb(186,160,233); }
td.TdClassName
{
border-color: #BAA0E9;
}
.TagClassName
{
border-color: #BAA0E9;
}
</style>