#BA90F3

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

Shades of Perfume #BA90F3

Tints of Perfume #BA90F3

Color information

#BA90F3 (or 0xBA90F3) is unknown color: approx Perfume. HEX triplet: BA, 90 and F3. RGB value is (186,144,243). Sum of RGB (Red+Green+Blue) = 186+144+243=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA90F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA90F3 is #456F0C. Grayscale: #A7A7A7. Windows color (decimal): -4550413 or 15962298. OLE color: 15962298.

HSL color Cylindrical-coordinate representation of color #BA90F3: hue angle of 265.45º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA90F3 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186144243-
CMYK0.230.4100.05
HSL265.45º80.49%75.88%-
HSV(B)265.45º40.74%95.29%-
XYZ46.436.8689.46-
YUV167.84170.41140.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.46%
GREEN value IS 144 (56.64% from 255) = 25.13%
BLUE value IS 243 (95.31% from 255) = 42.41%
R=32.46%
G=25.13%
B=42.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861442430.230.4100.05265.4580.4975.88
HexBA90F3172905109504c
Octal272220363275105411120114
Binary10111010100100001111001110111101001010110000100110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA90F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA90F3; }

 p { color: rgb(186,144,243); }

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

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

 a { background-color: rgb(186,144,243); }

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

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

 span { border-color: rgb(186,144,243); }

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