Shades of Perfume #BA8CFC
Tints of Perfume #BA8CFC
RGB
CMYK
RGB Variations
Color information
#BA8CFC (or 0xBA8CFC) is known color: Perfume. HEX triplet: BA, 8C and FC. RGB value is (186,140,252). Sum of RGB (Red+Green+Blue) = 186+140+252=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 140 (55.08% from 255 or 24.22% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA8CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8CFC is #457303. Grayscale: #A6A6A6. Windows color (decimal): -4551428 or 16551098. OLE color: 16551098.
HSL color Cylindrical-coordinate representation of color #BA8CFC: hue angle of 264.64º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA8CFC is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 140 | 252 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.01 |
| HSL | 264.64º | 0.95% | 0.77% | - |
| HSV(B) | 264.64º | 0.44% | 0.99% | - |
| XYZ | 47.2 | 36.22 | 96.6 | - |
| YUV | 166.52 | 176.24 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 252 | 0.26 | 0.44 | 0 | 0.01 | 264.64 | 0.95 | 0.77 |
| Hex | BA | 8C | FC | 1A | 2C | 0 | 1 | 109 | 5F | 4D |
| Octal | 272 | 214 | 374 | 32 | 54 | 0 | 1 | 411 | 137 | 115 |
| Binary | 10111010 | 10001100 | 11111100 | 11010 | 101100 | 0 | 1 | 100001001 | 1011111 | 1001101 |
Color Harmonies of #BA8CFC
Complementary color
Monochromatic Colors of #BA8CFC
Black with #BA8CFC
Text Example
Text Example
White with #BA8CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8CFC; }
p { color: rgb(186,140,252); }
H1.HeaderClassName
{
color: #BA8CFC;
}
.AnyTagClassName
{
color: #BA8CFC;
}
</style>
background-color css
<style>
a { background-color: #BA8CFC; }
a { background-color: rgb(186,140,252); }
div.DivClassName
{
background-color: #BA8CFC;
}
.BgClassName
{
background-color: #BA8CFC;
}
</style>
border-color css
<style>
span { border-color: #BA8CFC; }
span { border-color: rgb(186,140,252); }
td.TdClassName
{
border-color: #BA8CFC;
}
.TagClassName
{
border-color: #BA8CFC;
}
</style>