Shades of Perfume #BA8AFF
Tints of Perfume #BA8AFF
RGB
CMYK
RGB Variations
Color information
#BA8AFF (or 0xBA8AFF) is known color: Perfume. HEX triplet: BA, 8A and FF. RGB value is (186,138,255). Sum of RGB (Red+Green+Blue) = 186+138+255=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 138 (54.30% from 255 or 23.83% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA8AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8AFF is #457500. Grayscale: #A5A5A5. Windows color (decimal): -4551937 or 16747194. OLE color: 16747194.
HSL color Cylindrical-coordinate representation of color #BA8AFF: hue angle of 264.62º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA8AFF is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 138 | 255 | - |
| CMYK | 0.27 | 0.46 | 0 | 0 |
| HSL | 264.62º | 1% | 0.77% | - |
| HSV(B) | 264.62º | 0.46% | 1% | - |
| XYZ | 47.39 | 35.84 | 99.03 | - |
| YUV | 165.69 | 178.4 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 255 | 0.27 | 0.46 | 0 | 0 | 264.62 | 1 | 0.77 |
| Hex | BA | 8A | FF | 1B | 2E | 0 | 0 | 109 | 64 | 4D |
| Octal | 272 | 212 | 377 | 33 | 56 | 0 | 0 | 411 | 144 | 115 |
| Binary | 10111010 | 10001010 | 11111111 | 11011 | 101110 | 0 | 0 | 100001001 | 1100100 | 1001101 |
Color Harmonies of #BA8AFF
Complementary color
Monochromatic Colors of #BA8AFF
Black with #BA8AFF
Text Example
Text Example
White with #BA8AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8AFF; }
p { color: rgb(186,138,255); }
H1.HeaderClassName
{
color: #BA8AFF;
}
.AnyTagClassName
{
color: #BA8AFF;
}
</style>
background-color css
<style>
a { background-color: #BA8AFF; }
a { background-color: rgb(186,138,255); }
div.DivClassName
{
background-color: #BA8AFF;
}
.BgClassName
{
background-color: #BA8AFF;
}
</style>
border-color css
<style>
span { border-color: #BA8AFF; }
span { border-color: rgb(186,138,255); }
td.TdClassName
{
border-color: #BA8AFF;
}
.TagClassName
{
border-color: #BA8AFF;
}
</style>