Shades of Perfume #BA9FEB
Tints of Perfume #BA9FEB
RGB
CMYK
RGB Variations
Color information
#BA9FEB (or 0xBA9FEB) is known color: Perfume. HEX triplet: BA, 9F and EB. RGB value is (186,159,235). Sum of RGB (Red+Green+Blue) = 186+159+235=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA9FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9FEB is #456014. Grayscale: #AFAFAF. Windows color (decimal): -4546581 or 15441850. OLE color: 15441850.
HSL color Cylindrical-coordinate representation of color #BA9FEB: hue angle of 261.32º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA9FEB is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 159 | 235 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.08 |
| HSL | 261.32º | 0.66% | 0.77% | - |
| HSV(B) | 261.32º | 0.32% | 0.92% | - |
| XYZ | 47.64 | 41.23 | 84.05 | - |
| YUV | 175.74 | 161.45 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 235 | 0.21 | 0.32 | 0 | 0.08 | 261.32 | 0.66 | 0.77 |
| Hex | BA | 9F | EB | 15 | 20 | 0 | 8 | 105 | 42 | 4D |
| Octal | 272 | 237 | 353 | 25 | 40 | 0 | 10 | 405 | 102 | 115 |
| Binary | 10111010 | 10011111 | 11101011 | 10101 | 100000 | 0 | 1000 | 100000101 | 1000010 | 1001101 |
Color Harmonies of #BA9FEB
Complementary color
Monochromatic Colors of #BA9FEB
Black with #BA9FEB
Text Example
Text Example
White with #BA9FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9FEB; }
p { color: rgb(186,159,235); }
H1.HeaderClassName
{
color: #BA9FEB;
}
.AnyTagClassName
{
color: #BA9FEB;
}
</style>
background-color css
<style>
a { background-color: #BA9FEB; }
a { background-color: rgb(186,159,235); }
div.DivClassName
{
background-color: #BA9FEB;
}
.BgClassName
{
background-color: #BA9FEB;
}
</style>
border-color css
<style>
span { border-color: #BA9FEB; }
span { border-color: rgb(186,159,235); }
td.TdClassName
{
border-color: #BA9FEB;
}
.TagClassName
{
border-color: #BA9FEB;
}
</style>