Shades of Perfume #BA8BFC
Tints of Perfume #BA8BFC
RGB
CMYK
RGB Variations
Color information
#BA8BFC (or 0xBA8BFC) is known color: Perfume. HEX triplet: BA, 8B and FC. RGB value is (186,139,252). Sum of RGB (Red+Green+Blue) = 186+139+252=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 139 (54.69% from 255 or 24.09% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA8BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8BFC is #457403. Grayscale: #A5A5A5. Windows color (decimal): -4551684 or 16550842. OLE color: 16550842.
HSL color Cylindrical-coordinate representation of color #BA8BFC: hue angle of 264.96º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA8BFC is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 139 | 252 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.01 |
| HSL | 264.96º | 0.95% | 0.77% | - |
| HSV(B) | 264.96º | 0.45% | 0.99% | - |
| XYZ | 47.05 | 35.93 | 96.55 | - |
| YUV | 165.94 | 176.57 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 252 | 0.26 | 0.45 | 0 | 0.01 | 264.96 | 0.95 | 0.77 |
| Hex | BA | 8B | FC | 1A | 2D | 0 | 1 | 109 | 5F | 4D |
| Octal | 272 | 213 | 374 | 32 | 55 | 0 | 1 | 411 | 137 | 115 |
| Binary | 10111010 | 10001011 | 11111100 | 11010 | 101101 | 0 | 1 | 100001001 | 1011111 | 1001101 |
Color Harmonies of #BA8BFC
Complementary color
Monochromatic Colors of #BA8BFC
Black with #BA8BFC
Text Example
Text Example
White with #BA8BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8BFC; }
p { color: rgb(186,139,252); }
H1.HeaderClassName
{
color: #BA8BFC;
}
.AnyTagClassName
{
color: #BA8BFC;
}
</style>
background-color css
<style>
a { background-color: #BA8BFC; }
a { background-color: rgb(186,139,252); }
div.DivClassName
{
background-color: #BA8BFC;
}
.BgClassName
{
background-color: #BA8BFC;
}
</style>
border-color css
<style>
span { border-color: #BA8BFC; }
span { border-color: rgb(186,139,252); }
td.TdClassName
{
border-color: #BA8BFC;
}
.TagClassName
{
border-color: #BA8BFC;
}
</style>