Shades of Perfume #BA9FE1
Tints of Perfume #BA9FE1
RGB
CMYK
RGB Variations
Color information
#BA9FE1 (or 0xBA9FE1) is known color: Perfume. HEX triplet: BA, 9F and E1. RGB value is (186,159,225). Sum of RGB (Red+Green+Blue) = 186+159+225=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA9FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9FE1 is #45601E. Grayscale: #AEAEAE. Windows color (decimal): -4546591 or 14786490. OLE color: 14786490.
HSL color Cylindrical-coordinate representation of color #BA9FE1: hue angle of 264.55º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA9FE1 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 159 | 225 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.12 |
| HSL | 264.55º | 0.52% | 0.75% | - |
| HSV(B) | 264.55º | 0.29% | 0.88% | - |
| XYZ | 46.24 | 40.67 | 76.65 | - |
| YUV | 174.6 | 156.45 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 225 | 0.17 | 0.29 | 0 | 0.12 | 264.55 | 0.52 | 0.75 |
| Hex | BA | 9F | E1 | 11 | 1D | 0 | C | 109 | 34 | 4B |
| Octal | 272 | 237 | 341 | 21 | 35 | 0 | 14 | 411 | 64 | 113 |
| Binary | 10111010 | 10011111 | 11100001 | 10001 | 11101 | 0 | 1100 | 100001001 | 110100 | 1001011 |
Color Harmonies of #BA9FE1
Complementary color
Monochromatic Colors of #BA9FE1
Black with #BA9FE1
Text Example
Text Example
White with #BA9FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9FE1; }
p { color: rgb(186,159,225); }
H1.HeaderClassName
{
color: #BA9FE1;
}
.AnyTagClassName
{
color: #BA9FE1;
}
</style>
background-color css
<style>
a { background-color: #BA9FE1; }
a { background-color: rgb(186,159,225); }
div.DivClassName
{
background-color: #BA9FE1;
}
.BgClassName
{
background-color: #BA9FE1;
}
</style>
border-color css
<style>
span { border-color: #BA9FE1; }
span { border-color: rgb(186,159,225); }
td.TdClassName
{
border-color: #BA9FE1;
}
.TagClassName
{
border-color: #BA9FE1;
}
</style>