Shades of Perfume #BA9FEC
Tints of Perfume #BA9FEC
RGB
CMYK
RGB Variations
Color information
#BA9FEC (or 0xBA9FEC) is known color: Perfume. HEX triplet: BA, 9F and EC. RGB value is (186,159,236). Sum of RGB (Red+Green+Blue) = 186+159+236=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA9FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9FEC is #456013. Grayscale: #AFAFAF. Windows color (decimal): -4546580 or 15507386. OLE color: 15507386.
HSL color Cylindrical-coordinate representation of color #BA9FEC: hue angle of 261.04º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA9FEC is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 159 | 236 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.07 |
| HSL | 261.04º | 0.67% | 0.77% | - |
| HSV(B) | 261.04º | 0.33% | 0.93% | - |
| XYZ | 47.79 | 41.29 | 84.81 | - |
| YUV | 175.85 | 161.95 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 236 | 0.21 | 0.33 | 0 | 0.07 | 261.04 | 0.67 | 0.77 |
| Hex | BA | 9F | EC | 15 | 21 | 0 | 7 | 105 | 43 | 4D |
| Octal | 272 | 237 | 354 | 25 | 41 | 0 | 7 | 405 | 103 | 115 |
| Binary | 10111010 | 10011111 | 11101100 | 10101 | 100001 | 0 | 111 | 100000101 | 1000011 | 1001101 |
Color Harmonies of #BA9FEC
Complementary color
Monochromatic Colors of #BA9FEC
Black with #BA9FEC
Text Example
Text Example
White with #BA9FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9FEC; }
p { color: rgb(186,159,236); }
H1.HeaderClassName
{
color: #BA9FEC;
}
.AnyTagClassName
{
color: #BA9FEC;
}
</style>
background-color css
<style>
a { background-color: #BA9FEC; }
a { background-color: rgb(186,159,236); }
div.DivClassName
{
background-color: #BA9FEC;
}
.BgClassName
{
background-color: #BA9FEC;
}
</style>
border-color css
<style>
span { border-color: #BA9FEC; }
span { border-color: rgb(186,159,236); }
td.TdClassName
{
border-color: #BA9FEC;
}
.TagClassName
{
border-color: #BA9FEC;
}
</style>