Shades of Perfume #BA8CFA
Tints of Perfume #BA8CFA
RGB
CMYK
RGB Variations
Color information
#BA8CFA (or 0xBA8CFA) is known color: Perfume. HEX triplet: BA, 8C and FA. RGB value is (186,140,250). Sum of RGB (Red+Green+Blue) = 186+140+250=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA8CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8CFA is #457305. Grayscale: #A5A5A5. Windows color (decimal): -4551430 or 16420026. OLE color: 16420026.
HSL color Cylindrical-coordinate representation of color #BA8CFA: hue angle of 265.09º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA8CFA is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 140 | 250 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.02 |
| HSL | 265.09º | 0.92% | 0.76% | - |
| HSV(B) | 265.09º | 0.44% | 0.98% | - |
| XYZ | 46.88 | 36.1 | 94.94 | - |
| YUV | 166.29 | 175.24 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 250 | 0.26 | 0.44 | 0 | 0.02 | 265.09 | 0.92 | 0.76 |
| Hex | BA | 8C | FA | 1A | 2C | 0 | 2 | 109 | 5C | 4C |
| Octal | 272 | 214 | 372 | 32 | 54 | 0 | 2 | 411 | 134 | 114 |
| Binary | 10111010 | 10001100 | 11111010 | 11010 | 101100 | 0 | 10 | 100001001 | 1011100 | 1001100 |
Color Harmonies of #BA8CFA
Complementary color
Monochromatic Colors of #BA8CFA
Black with #BA8CFA
Text Example
Text Example
White with #BA8CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8CFA; }
p { color: rgb(186,140,250); }
H1.HeaderClassName
{
color: #BA8CFA;
}
.AnyTagClassName
{
color: #BA8CFA;
}
</style>
background-color css
<style>
a { background-color: #BA8CFA; }
a { background-color: rgb(186,140,250); }
div.DivClassName
{
background-color: #BA8CFA;
}
.BgClassName
{
background-color: #BA8CFA;
}
</style>
border-color css
<style>
span { border-color: #BA8CFA; }
span { border-color: rgb(186,140,250); }
td.TdClassName
{
border-color: #BA8CFA;
}
.TagClassName
{
border-color: #BA8CFA;
}
</style>