#BA94F0

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

Shades of Perfume #BA94F0

Tints of Perfume #BA94F0

Color information

#BA94F0 (or 0xBA94F0) is unknown color: approx Perfume. HEX triplet: BA, 94 and F0. RGB value is (186,148,240). Sum of RGB (Red+Green+Blue) = 186+148+240=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA94F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA94F0 is #456B0F. Grayscale: #A9A9A9. Windows color (decimal): -4549392 or 15766714. OLE color: 15766714.

HSL color Cylindrical-coordinate representation of color #BA94F0: hue angle of 264.78º 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 #BA94F0 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB186148240-
CMYK0.220.3800.06
HSL264.78º75.41%76.08%-
HSV(B)264.78º38.33%94.12%-
XYZ46.5737.9187.3-
YUV169.85167.59139.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.40%
GREEN value IS 148 (58.20% from 255) = 25.78%
BLUE value IS 240 (94.14% from 255) = 41.81%
R=32.40%
G=25.78%
B=41.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1861482400.220.3800.06264.7875.4176.08
HexBA94F01626061094b4c
Octal272224360264606411113114
Binary10111010100101001111000010110100110011010000100110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA94F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA94F0; }

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

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

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

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

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

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

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

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