#BA91F9

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

Shades of Perfume #BA91F9

Tints of Perfume #BA91F9

Color information

#BA91F9 (or 0xBA91F9) is unknown color: approx Perfume. HEX triplet: BA, 91 and F9. RGB value is (186,145,249). Sum of RGB (Red+Green+Blue) = 186+145+249=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 145 (57.03% from 255 or 25% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA91F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA91F9 is #456E06. Grayscale: #A8A8A8. Windows color (decimal): -4550151 or 16355770. OLE color: 16355770.

HSL color Cylindrical-coordinate representation of color #BA91F9: hue angle of 263.65º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA91F9 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186145249-
CMYK0.250.4200.02
HSL263.65º89.66%77.25%-
HSV(B)263.65º41.77%97.65%-
XYZ47.4737.5394.36-
YUV169.11173.08140.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.07%
GREEN value IS 145 (57.03% from 255) = 25%
BLUE value IS 249 (97.66% from 255) = 42.93%
R=32.07%
G=25%
B=42.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861452490.250.4200.02263.6589.6677.25
HexBA91F9192A021085a4d
Octal272221371315202410132115
Binary1011101010010001111110011100110101001010000100010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA91F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA91F9; }

 p { color: rgb(186,145,249); }

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

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

 a { background-color: rgb(186,145,249); }

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

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

 span { border-color: rgb(186,145,249); }

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