Shades of Perfume #BA8CFF
Tints of Perfume #BA8CFF
RGB
CMYK
RGB Variations
Color information
#BA8CFF (or 0xBA8CFF) is known color: Perfume. HEX triplet: BA, 8C and FF. RGB value is (186,140,255). Sum of RGB (Red+Green+Blue) = 186+140+255=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 140 (55.08% from 255 or 24.10% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA8CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8CFF is #457300. Grayscale: #A6A6A6. Windows color (decimal): -4551425 or 16747706. OLE color: 16747706.
HSL color Cylindrical-coordinate representation of color #BA8CFF: hue angle of 264º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA8CFF is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 140 | 255 | - |
| CMYK | 0.27 | 0.45 | 0 | 0 |
| HSL | 264º | 1% | 0.77% | - |
| HSV(B) | 264º | 0.45% | 1% | - |
| XYZ | 47.68 | 36.42 | 99.12 | - |
| YUV | 166.86 | 177.74 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 255 | 0.27 | 0.45 | 0 | 0 | 264 | 1 | 0.77 |
| Hex | BA | 8C | FF | 1B | 2D | 0 | 0 | 108 | 64 | 4D |
| Octal | 272 | 214 | 377 | 33 | 55 | 0 | 0 | 410 | 144 | 115 |
| Binary | 10111010 | 10001100 | 11111111 | 11011 | 101101 | 0 | 0 | 100001000 | 1100100 | 1001101 |
Color Harmonies of #BA8CFF
Complementary color
Monochromatic Colors of #BA8CFF
Black with #BA8CFF
Text Example
Text Example
White with #BA8CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8CFF; }
p { color: rgb(186,140,255); }
H1.HeaderClassName
{
color: #BA8CFF;
}
.AnyTagClassName
{
color: #BA8CFF;
}
</style>
background-color css
<style>
a { background-color: #BA8CFF; }
a { background-color: rgb(186,140,255); }
div.DivClassName
{
background-color: #BA8CFF;
}
.BgClassName
{
background-color: #BA8CFF;
}
</style>
border-color css
<style>
span { border-color: #BA8CFF; }
span { border-color: rgb(186,140,255); }
td.TdClassName
{
border-color: #BA8CFF;
}
.TagClassName
{
border-color: #BA8CFF;
}
</style>