#BA96F0

Color #BA96F0 Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #BA96F0

Tints of Perfume #BA96F0

Color information

#BA96F0 (or 0xBA96F0) is unknown color: approx Perfume. HEX triplet: BA, 96 and F0. RGB value is (186,150,240). Sum of RGB (Red+Green+Blue) = 186+150+240=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA96F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA96F0 is #45690F. Grayscale: #AAAAAA. Windows color (decimal): -4548880 or 15767226. OLE color: 15767226.

HSL color Cylindrical-coordinate representation of color #BA96F0: hue angle of 264º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA96F0 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB186150240-
CMYK0.220.3700.06
HSL264º75%76.47%-
HSV(B)264º37.5%94.12%-
XYZ46.8838.5487.41-
YUV171.02166.93138.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 32.29%
GREEN value IS 150 (58.98% from 255) = 26.04%
BLUE value IS 240 (94.14% from 255) = 41.67%
R=32.29%
G=26.04%
B=41.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1861502400.220.3700.062647576.47
HexBA96F01625061084b4c
Octal272226360264506410113114
Binary10111010100101101111000010110100101011010000100010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA96F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA96F0; }

 p { color: rgb(186,150,240); }

 H1.HeaderClassName
 {
   color: #BA96F0;
 }
 .AnyTagClassName
 {
   color: #BA96F0;
 }
</style>
background-color css

<style>
 a { background-color: #BA96F0; }

 a { background-color: rgb(186,150,240); }

 div.DivClassName
 {
   background-color: #BA96F0;
 }
 .BgClassName
 {
   background-color: #BA96F0;
 }
</style>
border-color css

<style>
 span { border-color: #BA96F0; }

 span { border-color: rgb(186,150,240); }

 td.TdClassName
 {
   border-color: #BA96F0;
 }
 .TagClassName
 {
   border-color: #BA96F0;
 }
</style>