Shades of Perfume #BA8FFC
Tints of Perfume #BA8FFC
RGB
CMYK
RGB Variations
Color information
#BA8FFC (or 0xBA8FFC) is known color: Perfume. HEX triplet: BA, 8F and FC. RGB value is (186,143,252). Sum of RGB (Red+Green+Blue) = 186+143+252=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA8FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8FFC is #457003. Grayscale: #A7A7A7. Windows color (decimal): -4550660 or 16551866. OLE color: 16551866.
HSL color Cylindrical-coordinate representation of color #BA8FFC: hue angle of 263.67º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA8FFC is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 143 | 252 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.01 |
| HSL | 263.67º | 0.95% | 0.77% | - |
| HSV(B) | 263.67º | 0.43% | 0.99% | - |
| XYZ | 47.64 | 37.11 | 96.75 | - |
| YUV | 168.28 | 175.25 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 252 | 0.26 | 0.43 | 0 | 0.01 | 263.67 | 0.95 | 0.77 |
| Hex | BA | 8F | FC | 1A | 2B | 0 | 1 | 108 | 5F | 4D |
| Octal | 272 | 217 | 374 | 32 | 53 | 0 | 1 | 410 | 137 | 115 |
| Binary | 10111010 | 10001111 | 11111100 | 11010 | 101011 | 0 | 1 | 100001000 | 1011111 | 1001101 |
Color Harmonies of #BA8FFC
Complementary color
Monochromatic Colors of #BA8FFC
Black with #BA8FFC
Text Example
Text Example
White with #BA8FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8FFC; }
p { color: rgb(186,143,252); }
H1.HeaderClassName
{
color: #BA8FFC;
}
.AnyTagClassName
{
color: #BA8FFC;
}
</style>
background-color css
<style>
a { background-color: #BA8FFC; }
a { background-color: rgb(186,143,252); }
div.DivClassName
{
background-color: #BA8FFC;
}
.BgClassName
{
background-color: #BA8FFC;
}
</style>
border-color css
<style>
span { border-color: #BA8FFC; }
span { border-color: rgb(186,143,252); }
td.TdClassName
{
border-color: #BA8FFC;
}
.TagClassName
{
border-color: #BA8FFC;
}
</style>